Eru Posted April 21, 2007 Posted April 21, 2007 I've got a program that has no GUI, so I'm having the menu be in the system tray. I make the item, etc, etc, but when I click my system tray icon to go to the menu, it pauses the script every time (flashing red X). So, when I click a button, the script doesn't recognize it and do what I want. How can I turn off that script pausing thing? This is driving me nuts, and I'm sure it's something very simple. Thanks.
Developers Jos Posted April 21, 2007 Developers Posted April 21, 2007 Opt("TrayAutoPause",0) ;0=no pause, 1=Pause SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
BrettF Posted April 21, 2007 Posted April 21, 2007 (edited) I've got a program that has no GUI, so I'm having the menu be in the system tray. I make the item, etc, etc, but when I click my system tray icon to go to the menu, it pauses the script every time (flashing red X). So, when I click a button, the script doesn't recognize it and do what I want. How can I turn off that script pausing thing? This is driving me nuts, and I'm sure it's something very simple. Thanks. Well the pausing thing is as easy as this line: Opt ("TrayAutoPause", 0) Simple eh? EDIT: Awww! You beat me JdeB! Thanks, Edited April 21, 2007 by Bert Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
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