Difference between revisions of "Component: Slider ( Control)"

From Flowcode Help
Jump to navigationJump to search
 
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]

Latest 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

Fc9-comp-macro.png GetValue
Returns the current value of the slider 
Fc9-s16-icon.png - INT Return


SetEnabled

Fc9-comp-macro.png SetEnabled
Make this component enabled or disabled 
Fc9-bool-icon.png - BOOL Enable
Set false to make this component read-only 
Fc9-void-icon.png - VOID Return


SetValue

Fc9-comp-macro.png SetValue
Set the current value of the slider 
Fc9-s32-icon.png - LONG Value
The value for the slider 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Scale
Fc9-type-14-icon.png Min
The minimum (lowest) value for the slider 
Fc9-type-14-icon.png Max
The maximum (highest) value for the slider 
Fc9-type-21-icon.png Step
The value of each discrete step when the slider is changed 
Fc9-type-14-icon.png Default
The default value of the slider 
Fc9-conn-icon.png Thumb Appearance
Fc9-type-16-icon.png Style
The shape of the slider thumb 
Fc9-type-2-icon.png Fill Colour
Specifies the fill colour of the thumb 
Fc9-type-21-icon.png Border Width
The outline size of the thumb in pixels 
Fc9-type-2-icon.png Border Colour
The outline colour of the thumb 
Fc9-type-16-icon.png Shadow Size
The size of the thumb shadow 
Fc9-type-7-icon.png Auto Colour
Set to override the default colours of the thumb 
Fc9-type-2-icon.png Hover Colour
Custom colour for the thumb when the user hovers the mouse over the slider 
Fc9-type-2-icon.png Focus Colour
Custom colour for the thumb when the slider is selected 
Fc9-type-2-icon.png Shadow Colour
Custom colour for the thumb shadow 
Fc9-conn-icon.png Track Appearance
Fc9-type-2-icon.png Fill Colour
The fill colour of the slider track 
Fc9-type-2-icon.png Fill 2nd Colour
The secondary fill colour of the slider track 
Fc9-type-12-icon.png Fill Gradient Style
The colour gradient style of the slider track 
Fc9-type-21-icon.png Border Width
The outline size of the track in pixels 
Fc9-type-2-icon.png Border Colour
The outline colour of the track 
Fc9-conn-icon.png Advanced
Fc9-type-10-icon.png 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