Modify

Opened 16 years ago

Closed 16 years ago

#1708 closed Bug (Fixed)

Error in Simple Notepad Automation Tutorial

Reported by: medragn@… Owned by: J-Paul Mesnage
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 by J-Paul Mesnage, 16 years ago

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 by J-Paul Mesnage, 16 years ago

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

comment:3 by J-Paul Mesnage, 16 years ago

Milestone: 3.3.7.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed by revision [5906] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.