Modify

Opened 14 years ago

Closed 14 years ago

#1553 closed Bug (No Bug)

GUICtrlSetTip() not working on Combos

Reported by: GEOSoft Owned by:
Milestone: Component: AutoIt
Version: 3.3.6.0 Severity: None
Keywords: Cc:

Description

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

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by anonymous

Tooltip for combo works when you hover over the pulldown button of the combo element, just not when you hover over the (child)edit box of the combo.
(Creating two gui elements on top of each other is also helping in not showing that tooltip. o.O )

comment:2 Changed 14 years ago by GEOSoft

The 2 controls at the same location was just a C&P screwup. I forgot to change the Y coordinate.

And I should have remembered that hovering on the edit portion of the control will not display the tip.

I call it a "No Bug".

comment:3 Changed 14 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

I suppose I can close it !!!

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.