Matt Malyschko Posted November 23, 2012 Posted November 23, 2012 I have a script that I pause to receive input from the user. The script takes the user to a layout where there are two buttons, and they must select one. However, the problem I am having is I cannot receive the input, and resume the script. I can have the buttons either set the field I want, or resume the script. If I create a new script that contains both functions, then it cancels the initial script and in turn, uses the pause instead of resume... I looked into using script triggers on the buttons to do one of the functions but couldn't get that to work either?
dansmith65 Posted November 23, 2012 Posted November 23, 2012 When you define your button to perform a script, you have the option to have it perform one of these on the currently running script: halt, exit, resume, pause. So, have your button perform a script that sets a field, and resumes the current script.
Matt Malyschko Posted November 23, 2012 Author Posted November 23, 2012 When you define your button to perform a script, you have the option to have it perform one of these on the currently running script: halt, exit, resume, pause. So, have your button perform a script that sets a field, and resumes the current script. Using the Pause/Resume Script command in the second script, I found this puts the second script into a paused state, instead of Resuming the initial script I was running..
dansmith65 Posted November 23, 2012 Posted November 23, 2012 Using the Pause/Resume Script command I assume you mean script step? That's not what I was referring to. This is what I was talking about...
Matt Malyschko Posted November 26, 2012 Author Posted November 26, 2012 Thanks again Dan! Dunno how I missed this...
Recommended Posts
This topic is 4772 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