ihenvyr 0 Report post Posted April 20, 2006 when playing fullscreen game.. ive noticed that when i clicked the tooltip, the fullscreen game goes minimized.. is there a way to prevent this? or something like disabling an ability to click the tooltip? Umbrella Member Share this post Link to post Share on other sites
PsaltyDS 27 Report post Posted April 20, 2006 when playing fullscreen game.. ive noticed that when i clicked the tooltip, the fullscreen game goes minimized.. is there a way to prevent this? or something like disabling an ability to click the tooltip? I don't think the tool tip does anything specificly to minimize the game, it just takes focus back to the desktop. I tried a test with WinSetState("ToolTip", "", @SW_DISABLE), but it still takes focus when clicked on. Maybe you could try a SplashTextOn() for your message instead? That does not appear to take focus. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
ihenvyr 0 Report post Posted April 20, 2006 I don't think the tool tip does anything specificly to minimize the game, it just takes focus back to the desktop. I tried a test with WinSetState("ToolTip", "", @SW_DISABLE), but it still takes focus when clicked on. Maybe you could try a SplashTextOn() for your message instead? That does not appear to take focus. maybe you're right..i'll try it though..thanks Umbrella Member Share this post Link to post Share on other sites