Modify ↓
#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 , on Jul 21, 2013 at 11:31:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
