Modify

#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 by Jpm, on Jul 9, 2010 at 7:41:37 AM

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 Jpm, on Jul 9, 2010 at 9:02:16 AM

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

comment:3 by Jpm, on Jul 11, 2010 at 8:37:24 AM

Milestone: 3.3.7.0
Owner: set to Jpm
Resolution: Fixed
Status: newclosed

Fixed by revision [5906] in version: 3.3.7.0

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


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