Previous Topic: Example: Modify the Font of a Dialog ElementNext Topic: Installation Dialog Editor


Specify the Input Order of a Dialog

You can specify the order in which input fields of an installation dialog should be processed during the installation of the PIF package. When this installation dialog is called during a later installation of the PIF package, the input fields in this dialog are processed in the specified order.

The input order is specified by using the Input order check box in the toolbar of the installation dialog editor or directly in the @Dialog section in the prototype file. The #inputorder dialog property stores an ordered list of (input) dialog elements.

To specify the input order of a dialog

  1. Select the dialog in which you want to specify the input order for the dialog elements in the Dialog tab (subproject pane).

    The selected dialog appears in the right pane.

  2. Select the Input order check box in the installation dialog editor's toolbox.

    Blue boxes appear for the input fields in the dialog creation area, as shown in the following illustration:

    Input Order dialog specifying the input order for the installation dialog

  3. Click the input fields (blue boxes) one-by-one to specify the input sequence.

    When this installation dialog is called during a later installation of the PIF package, the input fields in this dialog are processed in the specified order.