﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1041	WinExists Error	Wooltown <sven.ullstad@…>		"The script below returns any window that exists, I have a problem: we are running LabView, and sometimes it launches an error window without title and the contents of the windows is graphical so there isn't any text to retrieve.

It should report true only if a window without a title exist.

Opt(""WinTitleMatchMode"", 3)
Opt(""WinSearchChildren"", 1)
If WinExists("""") Then
    MsgBox(0,""Title"",WinGetTitle(""""))
EndIf"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
