Modify

Opened 14 years ago

Closed 13 years ago

#2058 closed Bug (Rejected)

WinWait, WinWaitActive and WinActive calls are waiting indefinitely irrespective of timeout.

Reported by: Math Owned by: Jon
Milestone: Component: AutoItX
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

Few AutoItX functions are hanging when using in VS 2008(vb.net) IDE.
Execution is not moving to the next line when it encounters the functions WinActive, WinWait, WinWaitActive.

oAutoIt = CreateObject("AutoItX3.Control")
oAutoIt.WinWait("Title","",5)
oAutoIt.WinActivate("Title")

In the above snippet, execution hangs inside WinWait function and it is not proceeding to the next line.

Attachments (0)

Change History (1)

comment:1 by Jon, 13 years ago

Resolution: Rejected
Status: newclosed

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.