Dialog - Tree
Shows a dialog box with a tree of the settings. You can specify checkboxes, radiobuttons, folders and simple items.
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.
Treeheight - the height (in percent) of the tree control.
Treewidth - the width (in percent) of the tree control.
Tdesc - By default, the description is shown on the left side of the window when the dialog box is displayed.
Comment
You can add a comment for this setting here.
Tree items
You must describe items of your tree control.
Level of Nesting
This parameter describes the level of nesting of the item. If an item has a value greater then the previous one, then the item is a child of the previous item.
Variable Name
The variable that contains the value of the item ’s status. It is used for checkboxes and radiobuttons. Furthermore, you can use it as #varname#.
Name
The name of the item.
Type
Radiobutton - a radiobutton.
Checkbox - a checkbox.
Folder - an item with the folder icon.
No icon - an item without any icon
Expand
Checked => All children are visible (expanded).
Disable
Checked => The user cannot change the state of the checkbox.
Description
You can specify a comment for the each item. It will be shown on the right side of the dialog window.
Image
You can specify an image for the each item in the tree. In this case, the corresponding image is displayed on the right area of the dialog when the user clicks on the item.
If Condition
You can specify a condition that should be met for the action to be performed. If the condition is false then the command is skipped. See How to use If Condition for more details.
Comment
You can add a comment for this setting here.