Modify

Opened 6 years ago

Closed 5 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 by J-Paul Mesnage, 6 years ago

Owner: set to Jon
Status: newassigned

comment:2 by anonymous, 6 years ago

I got the same results. Confirmed.

comment:3 by J-Paul Mesnage, 6 years ago

Owner: changed from Jon to J-Paul Mesnage

Hi,
Fix sent to Jon

comment:4 by Jon, 5 years ago

Milestone: 3.3.15.4
Owner: changed from J-Paul Mesnage to Jon
Resolution: Fixed
Status: assignedclosed

Fixed by revision [12544] in version: 3.3.15.4

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


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