Difference between revisions of "Component: Slider (Graphical Manager Primitives)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...") |
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...") |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
==Slider component== | ==Slider component== | ||
| − | A | + | A linear slider widget used with the Graphical Manager on the GLCD Layout Editor panel. |
==Detailed description== | ==Detailed description== | ||
| Line 45: | Line 45: | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetSliderValue''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetSliderValue''' | ||
|- | |- | ||
| − | | colspan="2" | Reads the value of one of the sliders ranging between 0 | + | | colspan="2" | Reads the value of one of the sliders ranging between 0-1 or Custom range Min-Max. |
|- | |- | ||
|- | |- | ||
| Line 157: | Line 157: | ||
| width="90%" | Value | | width="90%" | Value | ||
|- | |- | ||
| − | | colspan="2" | Range: 0 to 1 | + | | colspan="2" | Range: 0 to 1 - Or Custom Range Min to Max |
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | | width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | ||
Latest revision as of 08:57, 27 April 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Graphical Manager Primitives |
Contents
Slider component
A linear slider widget used with the Graphical Manager on the GLCD Layout Editor panel.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
GetID
| GetID | |
| Returns the assigned object/widget ID. | |
| Return | |
GetSliderValue
| GetSliderValue | |
| Reads the value of one of the sliders ranging between 0-1 or Custom range Min-Max. | |
| Return | |
ModifyColour
| ModifyColour | |
| Changes the theme index of the selected Object or Widget. | |
| Index | |
| 0=Thumb, 1=Background, 2=Low Line, 3=High Line | |
| R | |
| G | |
| B | |
| Redraw | |
| Return | |
ModifyPosition
| ModifyPosition | |
| Moves an existing object or Widget to absolute coordinates on the screen. | |
| X | |
| Y | |
| Relative | |
| 0=Absolute Positioning, 1=Relative Positioning | |
| Return | |
ModifyScale
| ModifyScale | |
| Changes the width and height of the selected Object or Widget. | |
| Width | |
| Height | |
| Return | |
SetSliderValue
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_DC_Slider.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DC_Slider.fcfx