Modify ↓
#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 , on May 2, 2020 at 1:38:11 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , on Jun 11, 2021 at 12:45:49 PM
| 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.