Bikeman17 Posted April 4, 2004 Posted April 4, 2004 Hi there, I want to create a dialog box with 2 buttons to warn the user about the next action. Buttons: OK and Cancel. OK means to continue the script. Cancel means to abort / exit the script. I'm having difficulties with the Cancel button. Thanks for your help
Ender Posted April 4, 2004 Posted April 4, 2004 If "OK" is the default, Cancel is the second button, then: if [ Status(CurrentMessageChoice) = 2 ] Halt Script End If
Recommended Posts
This topic is 7541 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