Difference between revisions of "Component: RadioButton (Controls )"
From Flowcode Help
Jump to navigationJump to search(4 intermediate revisions by 3 users not shown) | |||
Line 14: | Line 14: | ||
==RadioButton component== | ==RadioButton component== | ||
A simple radio button component allowing an array of up to 20 on/off type settings. | A simple radio button component allowing an array of up to 20 on/off type settings. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
Line 21: | Line 25: | ||
− | |||
− | |||
Line 29: | Line 31: | ||
+ | ''No detailed description exists yet for this component'' | ||
+ | |||
+ | ==Examples== | ||
− | |||
− | |||
− | {{Fcfile| | + | |
+ | A basic example using two circular knobs to simulate data e.g., temperature. | ||
+ | Both xy chart and Console, log the data. | ||
+ | A radio button is used to start, stop and reset logging. | ||
+ | |||
+ | {{Fcfile|Logging_Example.fcsx|Logging Example}} | ||
==Downloadable macro reference== | ==Downloadable macro reference== | ||
Line 152: | Line 160: | ||
|- | |- | ||
| colspan="2" | Space between text and radio button item. | | colspan="2" | Space between text and radio button item. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:22, 9 November 2022
Author | Matrix TSL |
Version | 1.0 |
Category | Controls |
Contents
RadioButton component
A simple radio button component allowing an array of up to 20 on/off type settings.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
A basic example using two circular knobs to simulate data e.g., temperature. Both xy chart and Console, log the data. A radio button is used to start, stop and reset logging.
Downloadable macro reference
![]() |
GetIndex |
Gets the current selected index. Returns 1 - NumberOptions | |
![]() |
Return |
![]() |
Prv_DisplaySelectedItem |
![]() |
Return |
![]() |
SetIndex |
Sets the selected item. | |
![]() |
Index |
Range: 1 - Number Options | |
![]() |
Return |