Dialog - Tree

Dialog - Tree

Shows a dialog with the 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.
Treewidth - the width (in percents) of the tree control.
Tdesc - The default description on the left side of the window when the dialog is displayed.

Tree items

You must describe items of your tree control.

Level of Nesting
This parameter describes the level of nesting of the item. If the item has this valuse is greater then the previous one has then the item is a child of the previous item.
Variable Name
The variable that contains the value of the item 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 childrens are visible (expanded).
Disable
Checked => The user cannot change the state of the checkbox.
Description
You can specify a comment text for the each item. It will be shown on the right side on dialog window.
If Condition
You can specify a condition that should be met for the item to be displayed. If the condition is FALSE then the item is hidden. See How to use If Condition for more details.