is8591 1 Posted June 24, 2006 (edited) 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.119Code 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 June 26, 2006 by is8591 Share this post Link to post Share on other sites
is8591 1 Posted June 25, 2006 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. Share this post Link to post Share on other sites
jpm 49 Posted June 25, 2006 I don't have the answer. I move the topic to Support forum so you can get an answer, at least I hope Share this post Link to post Share on other sites
BigDod 518 Posted June 25, 2006 Works fine for me using latest Beta on XP Pro SP2 Hide BigDod's signature Hide all signatures 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 Share this post Link to post Share on other sites