rpolito30 Posted August 19, 2005 Posted August 19, 2005 I am displaying a tray tip letting the users know a process is running. Is there a way to disable the pause option when the users click the icon in the system tray it doesn't pause the script?
CyberSlug Posted August 19, 2005 Posted August 19, 2005 Opt("TrayAutoPause", 0) ;requires latest beta version of AutoIt Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Zedna Posted August 19, 2005 Posted August 19, 2005 I am displaying a tray tip letting the users know a process is running. Is there a way to disable the pause option when the users click the icon in the system tray it doesn't pause the script?<{POST_SNAPBACK}>From HelpFile:TrayAutoPause Script pauses when click on tray icon.0 = no pause1 = pause (default). If there is no DefaultMenu no pause will occurs. TrayMenuMode Extend the behaviour of the script tray icon/menu. This can be done with a combination (adding) of the following values.0 = default menu items (Script Paused/Exit) are appended to the usercreated menu; usercreated checked items will automatically unchecked; if you double click the tray icon then the controlid is returned which has the "Default"-style (default).1 = no default menu2 = usercreated checked items will not automatically unchecked if you click it4 = don't return the menuitemID which has the "default"-style in the main contextmenu if you double click the tray icon Opt("TrayAutoPause",0) Opt("TrayMenuMode",1); no default menu (Paused/Exit) Resources UDF ResourcesEx UDF AutoIt Forum Search
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