BlueZone Dialog Editor provides a drag-and-drop interface
to create dialogs that can be used in any VBScript or JavaScript when
used in conjunction with BlueZone Script Host and Debugger.
The following steps provide an overview of how BlueZone Dialog
Editor is used.
- Drag the dialog controls onto the layout.
This dynamically generates script code that BlueZone Script
Host and Debugger can use.
- Once the dialog is finished, copy the code from the script
area and pastes it into the main script code.
This eliminates the trial and error method of manually
coding the dialog and then running to script to see what it looks
like.
- Once the dialog is in the script, the script can be coded
to use the values set in the dialog by the controls.
- Click OK to send the control values
to the script.