Component: Slider ( Control)

From Flowcode Help
Revision as of 15:07, 5 December 2023 by Wiki bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author MatrixTSL
Version 0.1
Category Control


Slider component

Creates an analogue slide control

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

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 iValue
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