Page 1 of 1

Minor improvements

Posted: 18 Nov 2014, 13:26
by PetrS
size=150Check box aligned to the right/size

CheckBox has a new property: "bCheckBoxOnRight/b".
Setting this property to the TRUE moves the check box (the input box itself) on the right side.
Setting this property to the FALSE moves the check box to the left (default behaviour).

Re: Minor improvements

Posted: 13 Mar 2015, 09:30
by PetrS
size=150Bind Structured variable to ComboBox/size

You can bind various variable types to the ComboBox:
list
*Numeric - Get "Value" of the selected item/*:m
*String - Get "Text" of the selected item/*:m
*Structure - Get structured variable which contain "Text" and "Value" of the selected item/*:m/list:u