Jump to content

multiple tooltip on screen? is it possible?


Recommended Posts

hi all

My script has several different places have tooltip function to show current script status

however I noticed there can only be one showing on screen at any time, it will just override any previous one

---is there possible to have multiple tooltip bar showing on screen at same time?

or any other function is good for showing script status?

thanks.

Link to comment
Share on other sites

hi all

My script has several different places have tooltip function to show current script status

however I noticed there can only be one showing on screen at any time, it will just override any previous one

---is there possible to have multiple tooltip bar showing on screen at same time?

or any other function is good for showing script status?

thanks.

The Windows API that controls tray tips and tool tips only allows one at a time. There is also SplashTextOn(), but again only one at a time.

If you want more, create your own GUIs with AutoIt, then you can have as many as you want.

:)

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