Boolean text: Difference between revisions
Created page with "A boolean indicator has three different textual displays: * label * caption * boolean text File:BooleanText.png The ''label'' is static for the whole execution time, t..." |
Added Boolean Page link |
||
Line 17: | Line 17: | ||
If you provide one (1) string you set a generic value, with two (2), yet set the ''False'' and ''True'' values. | If you provide one (1) string you set a generic value, with two (2), yet set the ''False'' and ''True'' values. | ||
If you provide three (4) values you set a ''False'', ''True'', ''False to True'' and ''True to False'' values. | If you provide three (4) values you set a ''False'', ''True'', ''False to True'' and ''True to False'' values. | ||
==See Also== | |||
* [[Boolean]] | |||
[[Category:User interface]] | [[Category:User interface]] | ||
[[Category: | [[Category:Tips and trick]] |
Revision as of 17:21, 28 March 2011
A boolean indicator has three different textual displays:
- label
- caption
- boolean text
The label is static for the whole execution time, the caption is changeable through property nodes to have some feedback for the user.
The boolean text is a set of multiple strings (up to 4) that can represent the state of the boolean control, another functional feature is that you can click on the boolean text to toggle the value of the boolean.
So if you have a checkmark and want to enable your user to easily toggle the checkmark, hide the label, caption and show the boolean text.
Editing
The boolean text can have multiple values, you can programmatically set it with the string[] property. If you provide one (1) string you set a generic value, with two (2), yet set the False and True values. If you provide three (4) values you set a False, True, False to True and True to False values.