Jump to content

TrayTip OnMouseOver Event


Recommended Posts

You probably have to put TraySetToolTip() before every function, something like this:

#include <Constants.au3>
TraySetState()
TraySetToolTip("Messagebox")
MsgBox(0, "", "Message")
TraySetToolTip("Sleep 5 second")
Sleep(5000)
TraySetToolTip("Move mouse to 0;0")
MouseMove(0, 0)
Link to comment
Share on other sites

From the helpfile under "AutoItSetOption()"

TrayIconDebug

If enabled shows the current script line in the tray icon tip to help debugging.

0 = no debug information (default)

1 = show debug

AutoItSetOption("TrayIconDebug",1)oÝ÷ ÚÚºÚ"µÍÜ
    ][ÝÕ^RXÛÛXYÉ][ÝËJ
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...