Component: Circular Slider (Graphical Manager Primitives): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 85: | Line 85: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetID''' | ||
|- | |- | ||
| colspan="2" | Returns the assigned object/widget ID. | | colspan="2" | Returns the assigned object/widget ID. | ||
| Line 99: | Line 99: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetSliderValue''' | ||
|- | |- | ||
| colspan="2" | Reads the value of one of the sliders ranging between 0-1 or Custom range Min-Max. | | colspan="2" | Reads the value of one of the sliders ranging between 0-1 or Custom range Min-Max. | ||
| Line 113: | Line 113: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyColour''' | ||
|- | |- | ||
| colspan="2" | Changes the theme index of the selected Object or Widget. | | colspan="2" | Changes the theme index of the selected Object or Widget. | ||
| Line 152: | Line 152: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyPosition''' | ||
|- | |- | ||
| colspan="2" | Moves an existing object or Widget to absolute coordinates on the screen. | | colspan="2" | Moves an existing object or Widget to absolute coordinates on the screen. | ||
| Line 181: | Line 181: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ModifyScale''' | ||
|- | |- | ||
| colspan="2" | Changes the width and height of the selected Object or Widget. | | colspan="2" | Changes the width and height of the selected Object or Widget. | ||
| Line 205: | Line 205: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetSliderValue''' | ||
|- | |- | ||
| colspan="2" | Sets the value of one of the sliders and optionally redraws the slider to reflect the value change. | | colspan="2" | Sets the value of one of the sliders and optionally redraws the slider to reflect the value change. | ||
| Line 230: | Line 230: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Appearance | ||
|- | |- | ||
|- | |- | ||
| Line 277: | Line 277: | ||
| colspan="2" | The colour of the drop shadow | | colspan="2" | The colour of the drop shadow | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Touch | ||
|- | |- | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-propfolder" | Value Range | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:36, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Graphical Manager Primitives |
Circular Slider component
A circular 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_CircularSlider.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_DC_CircularSlider.fcfx