Component: Circular Slider (Graphical Manager Primitives): Difference between revisions
Appearance
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..." |
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"" |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 82: | Line 82: | ||
===GetID=== | ===GetID=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 96: | Line 96: | ||
===GetSliderValue=== | ===GetSliderValue=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 110: | Line 110: | ||
===ModifyColour=== | ===ModifyColour=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 149: | Line 149: | ||
===ModifyPosition=== | ===ModifyPosition=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 178: | Line 178: | ||
===ModifyScale=== | ===ModifyScale=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 202: | Line 202: | ||
===SetSliderValue=== | ===SetSliderValue=== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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 227: | Line 227: | ||
==Property reference== | ==Property reference== | ||
{| class="wikitable | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | 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