Modify

Opened 14 years ago

Closed 14 years ago

#1708 closed Bug (Fixed)

Error in Simple Notepad Automation Tutorial

Reported by: medragn@… Owned by: Jpm
Milestone: 3.3.7.0 Component: AutoIt
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

In the Tutorial, the AutoIt v3 window Info shows a different Visible Text than what is inserted in WinWait Active. The following from the tutorial does not work.

WinWaitActive("Notepad", "Do you want to save")
Send("!n")

The following does work
WinWaitActive("Notepad", "Save")
Send("!n")

Please correct the tutorial.
As a beginner trying to follow the tutorial, it was frustrating to have exactly what the tutorial said should work and have it not work. I am not a windows programmer.

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by Jpm

To be for sure can you tell me under which environment your are running
Windows version,service pack,Oslang. all info are display under scite editor or just add

#include <Debug.au3>
msgbox(0,"AutoIt environment", _DebugBugReportEnv())

Thanks

comment:2 Changed 14 years ago by Jpm

I assume you are running Vista or Windows7, something change in Windows.
It was working in XP !!!

comment:3 Changed 14 years ago by Jpm

  • Milestone set to 3.3.7.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5906] in version: 3.3.7.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.