Previous Topic: Progress Area PropertiesNext Topic: Radio Button Properties


Combo Box Properties

A combo box or a list box is provided on the installation dialog, depending on the Input enabled specification. Both types of boxes provide a list of selectable values, but in the combo box, the user can alternatively enter another value.

You can set the following properties:

Ctrl name

Indicates the name of a dialog element. Control names within the dialog editor are predefined by the GUI. There is no need to change these names. However, if for some reason you want to change the name, you can do so for a selected element by changing the value in this field.

Value parameter

Name of a parameter that contains the list of selectable values.

List of values

Indicates the list of selectable values in the following format (without any spaces):
value_1,value_2, ...,value_n

Result parameter

Indicates the name of a parameter that contains the value selected from the list of selectable values.

Default value

Indicates the value that appears as default value in the combo box or list box. The default value is automatically added to the list of selectable values.

Validation Script

Indicates the input validation script. Choose a script from the drop-down list or click the browse button to browse for a script.

Action Script

Indicates the script that is executed when the combo box is selected. Choose a script from the drop-down list or click the browse button to browse for a script.

Font

Defines the font to be used for displaying the text. Clicking the browse icon displays the Font Chooser dialog where you can add or change font specifications.

Input enabled

Specifies the combo box or list box type. If this check box is checked, a combo box is created on the installation dialog. If this check box is cleared, a list box is created.

Enabled

Controls that the element is activated (or deactivated) by default. If you want to disable a specific field that is only activated on a specific event, you can use this property.