igotandrew Posted December 26, 2008 Posted December 26, 2008 Well I don't have a gui, so my script runs off the system tray. Is it possible to assign a function when someone clicks the icon and presses "exit"?
FireFox Posted December 26, 2008 Posted December 26, 2008 Well I don't have a gui, so my script runs off the system tray.Haha...Its not because you havnt GUI its because youve not loop like this : While 1 Sleep(250) WEnd And please search on forum before posting... Cheers, FireFox.
Zedna Posted December 26, 2008 Posted December 26, 2008 Look at Func OnAutoItExit() Resources UDF ResourcesEx UDF AutoIt Forum Search
igotandrew Posted December 26, 2008 Author Posted December 26, 2008 Thanks. This looks like another "not looking thoroughly through help-file" incident. Appreciate it.
martin Posted December 26, 2008 Posted December 26, 2008 Well I don't have a gui, so my script runs off the system tray.Is it possible to assign a function when someone clicks the icon and presses "exit"?The help for TrayCreateMenu shows how you can turn off the default pause and exit menu items, and how to add your own exit item. You can then call a function when 'exit' is pressed which can do what you like. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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