Dialog - SettingsShows a dialog with own controls. Use this command to display a custom dialog with controls of any types. You can specify any combinations of simple text (including multi-line), edit controls, comboboxes, checkboxes, radiobuttons, folder and file selection control (with Browse button). Description, Header Text, Header Description, Text, Logo Image, Buttons, If Condition These parameters are explained in Common dialog parameters.
Additional Settings You can define any variables here or specify Variables of dialogs.
Dialog ControlsAdd required dialog controls here.Type Checkbox - Checkbox. Combobox - Combobox. Add items as 'Combobox item' below. Combobox item - an item of the above combobox. Edit - Edit control. Radiobutton - Radiobutton. Text - Simple or multi-line text. Select File - Edit control with Browse button for specifying folder. Select Folder - Edit control with Browse button for specifying file. Select Network - Edit control with Browse button for selecting Network resource.
Left Position The left position of the control in percents (from 0 to 100).
Width The width of the control in percents (from 0 to 100).
Variable Name The variable that contains the value of the control. It is used for checkboxes, radiobuttons, edit and comboxes. Further you can use the value as #varname#. For a text item, you must specify the row count (from 1) in this parameter. For combobox item, this name is written as a combobox value if the user selects it. You can disable any controls. It is enough to specify a variable with a postfix '_dis' and a value '1'. For example, you have mycheck variable for a checkbox. If you specify variable mycheck_dis as 1 then the checkbox is disabled.
Text You can specify a text for the each control.
|