Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

putting dialog box into script 1

Status
Not open for further replies.

MrJones714

Technical User
Feb 11, 2004
1
US
How do I take the dialog box I have created and saved (.wud file, i believe)and place it into a script AND then assign commands to the edit boxes? I appreciate it. ...MrJones
 
You can either use the #include command to include the .wud file into your script, or just copy the text from the .wud file and place it in your script at the appropriate point.

To access the variables defined in the .wud file, you'll need to first declare those variables at the beginning of your script (or change the values in the .wud file to match the variables you have already declared).

I would also take a look at the discussion of some of the dialog box controls in the ASPECT help file, such as editbox, for more information on how to have your script wait for actions to occur in the dialog box and to retrieve those actions.


aspect@aspectscripting.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top