Opened 16 years ago
Closed 16 years ago
#1708 closed Bug (Fixed)
Error in Simple Notepad Automation Tutorial
| Reported by: | 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 , 16 years ago
comment:2 by , 16 years ago
I assume you are running Vista or Windows7, something change in Windows.
It was working in XP !!!
comment:3 by , 16 years ago
| Milestone: | → 3.3.7.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [5906] in version: 3.3.7.0

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
Thanks