Dialog Behavior
In addition to defining relationships between dialog controls themselves, you will also want to connect dialog controls with the installation itself, so that the dialog will receive and display information about the running setup, such as progress information. The procedure for setting up these connections is described below.
- Make sure the dialog contains the controls that you wish to display script information in.
- Double-click one of the controls. The dialog appears. Select the tab on this dialog.
- In the drop down menu, select the control that will receive setup information. Controls are listed on this drop down menu by their Name property accessible from the window.
- Depending on the kind of control selected, the fields , , and will disable or enable.
- Interact with the enabled fields to define the setup information that the control will reflect.
- Be sure to click on the dialog to finalize your changes, and save your dialog in the main editor.
Notes
- To see example dialog behaviors in action, open any pre-defined setup dialog. Each dialog will have some behaviors defined.
- Test the behavior you defined in the main editor by choosing .