﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2058	WinWait, WinWaitActive and WinActive calls are waiting indefinitely irrespective of timeout.	Math	Jon	"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.
"	Bug	closed		AutoItX	3.3.6.0	None	Rejected		
