Modify ↓
Opened 5 years ago
Closed 3 years ago
#3743 closed Bug (Fixed)
[LAST] and WinWaitClose, WinExists, WinGetHandle, etc
Reported by: | therks <rksaunders@…> | Owned by: | Jon |
---|---|---|---|
Milestone: | 3.3.15.4 | Component: | AutoIt |
Version: | 3.3.14.5 | Severity: | None |
Keywords: | last winwaitclose winexists wingethandle | Cc: |
Description
A very simple example is here:
WinWait('[CLASS:TaskManagerWindow]') ConsoleWrite(WinGetTitle('[last]')) WinWaitClose('[last]')
Even after you launch task manager and then close it, this script will never end.
For some reason WinWaitClose, along with some other functions, doesn't get an updated or dynamic value for [last].
There is some more detail/testing on this forum post.
Attachments (0)
Change History (4)
comment:1 Changed 5 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
comment:2 Changed 5 years ago by anonymous
comment:4 Changed 3 years ago by Jon
- Milestone set to 3.3.15.4
- Owner changed from Jpm to Jon
- Resolution set to Fixed
- Status changed from assigned to closed
Fixed by revision [12544] in version: 3.3.15.4
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.
Note: See
TracTickets for help on using
tickets.
I got the same results. Confirmed.