Modify

Opened 17 years ago

Closed 17 years ago

#582 closed Feature Request (Completed)

Tab Item on a Tab Control, Tips not showing

Reported by: atc Owned by: J-Paul Mesnage
Milestone: 3.3.1.0 Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

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

Attachments (0)

Change History (2)

comment:1 by Valik, 17 years ago

Owner: set to Valik
Status: newassigned
Type: BugFeature Request
Version: 3.2.12.0

This is not a bug, it's just simply not implemented.

I'm going to change this to a Feature Request since I still think it'd be nice to have.

comment:2 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.0
Owner: changed from Valik to J-Paul Mesnage
Resolution: Completed
Status: assignedclosed

Added in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.