Jump to content

Component: Slider ( Control): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 5: Line 5:
|-
|-
| width="20%" style="color:gray;" | Version
| width="20%" style="color:gray;" | Version
| 0.1
| 1.0
|-
|-
| width="20%" style="color:gray;" | Category
| width="20%" style="color:gray;" | Category
Line 15: Line 15:
Creates an analogue slide control
Creates an analogue slide control


==Component Source Code==
==Version information==


Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_Slider.fcsx FC_Comp_Source_WEBEXP_Slider.fcsx]
Library Version, Component Version, Date, Author, Info
 
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Slider.fcsx FC_Comp_Source_WEBEXP_Slider.fcsx]


==Detailed description==
==Detailed description==
Line 76: Line 74:
|-
|-
| width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| width="90%" | iValue
| width="90%" | Value
|-
|-
| colspan="2" | The value for the slider 
| colspan="2" | The value for the slider 
Line 204: Line 202:
| colspan="2" | Text here will be added to the html tag of this component to allow advanced customisation 
| colspan="2" | Text here will be added to the html tag of this component to allow advanced customisation 
|}
|}
==Component Source Code==
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_Slider.fcsx FC_Comp_Source_WEBEXP_Slider.fcsx]
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Slider.fcsx FC_Comp_Source_WEBEXP_Slider.fcsx]

Revision as of 11:01, 25 February 2026

Author MatrixTSL
Version 1.0
Category Control


Slider component

Creates an analogue slide control

Version information

Library Version, Component Version, Date, Author, Info

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

GetValue

GetValue
Returns the current value of the slider 
- INT Return


SetEnabled

SetEnabled
Make this component enabled or disabled 
- BOOL Enable
Set false to make this component read-only 
- VOID Return


SetValue

SetValue
Set the current value of the slider 
- LONG Value
The value for the slider 
- VOID Return


Property reference

Properties
Scale
Min
The minimum (lowest) value for the slider 
Max
The maximum (highest) value for the slider 
Step
The value of each discrete step when the slider is changed 
Default
The default value of the slider 
Thumb Appearance
Style
The shape of the slider thumb 
Fill Colour
Specifies the fill colour of the thumb 
Border Width
The outline size of the thumb in pixels 
Border Colour
The outline colour of the thumb 
Shadow Size
The size of the thumb shadow 
Auto Colour
Set to override the default colours of the thumb 
Hover Colour
Custom colour for the thumb when the user hovers the mouse over the slider 
Focus Colour
Custom colour for the thumb when the slider is selected 
Shadow Colour
Custom colour for the thumb shadow 
Track Appearance
Fill Colour
The fill colour of the slider track 
Fill 2nd Colour
The secondary fill colour of the slider track 
Fill Gradient Style
The colour gradient style of the slider track 
Border Width
The outline size of the track in pixels 
Border Colour
The outline colour of the track 
Advanced
Custom Attributes
Text here will be added to the html tag of this component to allow advanced customisation 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Slider.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Slider.fcsx