Jump to content

ToolTip Question


acidfear
 Share

Recommended Posts

I'm setting a tooltip to display at the top left hand corner of the screen (0,0) to display some information via hotkey press while I'm playing a game.

The issue is that once I hit the hotkey for it to show, it shows infinitely.

Is there a way to setup a timer or another hotkey to make it disappear? I looked through the help file but nothing mentioned this (or I missed it :D)

Link to comment
Share on other sites

That doesn't explain how to get rid of it; as I mentioned it shows infinitely without using sleep.

You could fire an AdLib function to clear it after a certain time [Prod = AdLibEnable(), Beta = AdLibRegister()]. ToolTip() doesn't have a built-in timer, but TrayTip() does. Maybe you could use a tray tip instead?

:D

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
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...