Modify ↓
Opened 13 years ago
Closed 11 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 Changed 11 years ago by Jon
- Resolution set to Rejected
- Status changed from new to closed
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.