crazybake Posted November 16, 2011 Posted November 16, 2011 I am sure this is simple.... but I cannot seem to get it right. I have a script step to show a custom dialog box. It has one input field (a global text field). How do I make sure that the dialog box field is empty - I don't want the previous value to populate the dialog as it appears.
doughemi Posted November 16, 2011 Posted November 16, 2011 Insert a line Set Field[YourGlobalTextField; ""] just before the Show Custom Dialog[ ] line in your script. If you want to keep the value just in case the dialog user clicks Cancel, insert a Set Variable[$$TempGlobalValue; YourGlobalTextField] line first
Vaughan Posted November 17, 2011 Posted November 17, 2011 Remember that only clicking on the default button (no 1) works on the entry fields.
Recommended Posts
This topic is 4755 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