logi Posted May 5, 2006 Posted May 5, 2006 Hi, I am quite new at AutoIt and i want to do this: I want to create a traytip which activates a function when you click on it. Is this possible?
Xenobiologist Posted May 5, 2006 Posted May 5, 2006 Hi,I am quite new at AutoIt and i want to do this:I want to create a traytip which activates a function when you click on it.Is this possible?Hi,why not using TrayCreateMenu() ?So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
logi Posted May 5, 2006 Author Posted May 5, 2006 Nah, i wanted to create something like: Click here if you want help with this menu.
Helge Posted May 5, 2006 Posted May 5, 2006 (edited) Yes, it is possible. Check out TrayGetMsg.You should also set the script up to not show the default menu whenthe tray-icon is clicked. This can be done by setting TrayMenuMode to 1.Edit : crap...I misunderstood Edited May 8, 2006 by Helge
Valik Posted May 5, 2006 Posted May 5, 2006 Hi,I am quite new at AutoIt and i want to do this:I want to create a traytip which activates a function when you click on it.Is this possible?It's not implemented.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now