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 , 17 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
| Type: | Bug → Feature Request |
| Version: | 3.2.12.0 |
comment:2 by , 17 years ago
| Milestone: | → 3.3.1.0 |
|---|---|
| Owner: | changed from to |
| Resolution: | → Completed |
| Status: | assigned → closed |
Added in version: 3.3.1.0
Note:
See TracTickets
for help on using tickets.

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.