﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
582	Tab Item on a Tab Control, Tips not showing	atc	Jpm	"I have a Tab control with several tabs on it. My aim is that a tip appears, describing the tab item which has focus when the mouse moves over the tab at the top of the item.

I create the tab control and add the tab items in a manner similar to the following.

$CMtabC=GUICtrlCreateTab ($T_Left,$T_Top, $T_Width, $T_Height)
$CMtab1=GUICtrlCreateTabitem (""ABC"")
GUICtrlSetTip($CMtab1, ""Tab 1 Text"") ------ OR -----GUICtrlSetTip(-1, ""Tab 1 Text"") 

I get no errors BUT neither of these work

I have no problems displaying tips for other controls
"	Feature Request	closed	3.3.1.0	AutoIt		None	Completed		
