Guest AutoIt Pro Posted January 2, 2005 Posted January 2, 2005 in 2.x there was i colda stop script by pressing "Ctrl" on 3 there maybe sofink else i couldnt find it in help file
pcdestroyer Posted January 2, 2005 Posted January 2, 2005 why did u post the same topic 3 times ?!?!?!
thimker Posted January 2, 2005 Posted January 2, 2005 (edited) in 2.x there was i colda stop script by pressing "Ctrl" on 3 there maybe sofink elsei couldnt find it in help file <{POST_SNAPBACK}> I am a 24 hour expert! HELP / Function Reference / Break says [ver 3] "AutoIt normally creates a tray icon when running, and right-clicking this icon allows the user to pause or exit the script. If Break is enabled (1), then the user cannot terminate the script this way."What I have found is that PAUSE DOES NOT WORK, so I have to Exit.To Developers: Could you get "pause" to working?. // thnx- - -Just after posting, I saw that one of my icons had big X, and was actually paused. I guess I don't yet understand fully. Edited January 2, 2005 by thimker
Valik Posted January 2, 2005 Posted January 2, 2005 It is impossible to see the paused selection in the menu without the script being paused. If you click the icon, the script is paused. By the time the menu appears, the script is paused, so clicking the menu item will un-pause the script. The act of clicking on the icon pauses the script, not the act of selecting something in the menu.
thimker Posted January 2, 2005 Posted January 2, 2005 It is impossible to see the paused selection in the menu without the script being paused. If you click the icon, the script is paused. By the time the menu appears, the script is paused, so clicking the menu item will un-pause the script. The act of clicking on the icon pauses the script, not the act of selecting something in the menu.<{POST_SNAPBACK}> Ok, thanks!
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