Modify ↓
Opened 6 years ago
Closed 5 years ago
#3743 closed Bug (Fixed)
[LAST] and WinWaitClose, WinExists, WinGetHandle, etc
| Reported by: | 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 by , 6 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
comment:4 by , 5 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Fixed |
| Status: | assigned → closed |
Fixed by revision [12544] in version: 3.3.15.4
Note:
See TracTickets
for help on using tickets.

I got the same results. Confirmed.