npaadmin Posted December 6, 2007 Posted December 6, 2007 Hi Again Guys, I have a problem. I am interested in creating some custom dialog boxes that allow a user to either continue or cancel a script. For the life of me, I can't figure out how to get it to work. I've looked into the Get (Last Message Choice) area and don't see how to validate it to what a user chooses. Of course, if the user chooses "Cancel" I want the Script to Exit and if they choose "OK" the script should resume. Any ideas of how to accomplish this task? Much Appreciated. Thanks!
The Big Bear Posted December 6, 2007 Posted December 6, 2007 Nappaadimin You are on the right track. There are three buttons on the show dialog box. The button to the left is the default button. That would return the value of 1 Your script would look like this If(get(last message choice)=1 Exit script() else Hope this helps Lionel continue
npaadmin Posted December 6, 2007 Author Posted December 6, 2007 AH HA. Now that is working and I like it. Thanks so much, Now I see where I went wrong. Thanks Mucho,
Recommended Posts
This topic is 6257 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