﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1553	GUICtrlSetTip() not working on Combos	GEOSoft		"I'm not thoroughly convinced this is an AutoIt bug, it may just be a limitation of the Windows API.

{{{
GUICreate(""Bug Test"")
GUICtrlCreateInput(""Test"", 10, 10, 100, 20)
GUICtrlSetTip(-1, ""This works"")
GUICtrlCreateCombo(""Test"", 10, 10, 100, 20)
GUICtrlSetTip(-1, ""This doesn't work"")
GUISetState()
Do
Until GUIGetMsg() = -3
Exit
}}}
"	Bug	closed		AutoIt	3.3.6.0	None	No Bug		
