Version: 0.1.106+
There is a new dialog component: RadioButton.
attachment=0
- Clipboard01.jpg (24.85 KiB) Viewed 2625 times
User can select one of predefined items.
Return value of the RadioButton group depends on the type of linked variable. Numeric value assigned to selected value is returned to the numeric variable, text description of the selected item is returned to the string variable.
You can set position of variable description, number of item columns, width of input area, font, ... to fit RadioButton to your dialog. Most of these features works same as for ComboBox component.
Download attached example for more details.