Jump to content

GuiCtrlSetTip does not work at all


Recommended Posts

Please disregard this whole thread - custom app is destroying Hover event. Once closed the app - Tip works.

Can not get control tooltip to show up at all. Tooltip, traytip and contextmenu are working.

OS - win2k sp4. Tried with Autoit 3.1.1.0 and 3.1.1.119

Code straight from Help file:

#include <GUIConstants.au3>

GUICreate("My GUI control tip"); will create a dialog box that when displayed is centered

GUICtrlCreateLabel ("my label", 10,20)
GUICtrlSetTip(-1,"tip of my label")
                
GUISetState ()

; Run the GUI until the dialog is closed
While 1
    $msg = GUIGetMsg()
    
    If $msg = $GUI_EVENT_CLOSE Then ExitLoop
Wend
Edited by is8591
Link to comment
Share on other sites

Sorry to post original in bug report. Tested on other computers and it works on most. So it's not a bug.

But stiil would like to know why some don't work and how to make it work.

Appreciate any input on this.

Link to comment
Share on other sites

Works fine for me using latest Beta on XP Pro SP2


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...