Revuelta Posted January 6, 2007 Posted January 6, 2007 I want to know whether it is possible -and how- to show a message box when the user aborts a script clicking on the ESC key on Windows or using the equivalent combination on MacOS. The sequence should be the following: 1) The user aborts the script. 2) The message box appears. Thanks in advance for your help and happy new year. A.R.
Stuart Taylor Posted January 6, 2007 Posted January 6, 2007 You could just use "Allow user abort [off]" at the to of your scripts This is probably the best practice You could then assign a modkey for aborting like "shift" and test for it in a loop this will give you more control.
Revuelta Posted January 6, 2007 Author Posted January 6, 2007 Could you be more specific? I have been reading about "Allow user abort [off]" and I cannot see how to follow. Thanks once more. A.R.
Recommended Posts
This topic is 6532 days old. Please don't post here. Open a new topic instead.
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