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

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | MatrixTSL |- | width="20%" style="color:gray;" | Version | 0.1 |- | width="20%" style="color:gray;...")
 
 
Line 28: Line 28:
  
 
''<span style="color:red;">No additional examples</span>''
 
''<span style="color:red;">No additional examples</span>''
 +
 +
  
 
==Macro reference==
 
==Macro reference==
Line 37: Line 39:
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetValue'''
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetValue'''
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Returns the current value of the slider&nbsp;
 
|-
 
|-
 
|-
 
|-
Line 70: Line 72:
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetValue'''
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetValue'''
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Set the current value of the slider&nbsp;
 
|-
 
|-
 
|-
 
|-
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT
+
| width="10%" align="center" | [[File:Fc9-s32-icon.png]] - LONG
| width="90%" | value
+
| width="90%" | iValue
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The value for the slider&nbsp;
 
|-
 
|-
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
Line 98: Line 100:
 
| width="90%" | Min
 
| width="90%" | Min
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The minimum (lowest) value for the slider&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]]
 
| width="90%" | Max
 
| width="90%" | Max
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The maximum (highest) value for the slider&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="90%" | Step
 
| width="90%" | Step
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The value of each discrete step when the slider is changed&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-14-icon.png]]
 
| width="90%" | Default
 
| width="90%" | Default
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The default value of the slider&nbsp;
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
Line 122: Line 124:
 
| width="90%" | Style
 
| width="90%" | Style
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The shape of the slider thumb&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Fill Colour
 
| width="90%" | Fill Colour
 
|-
 
|-
| colspan="2" | Specifies the fill colour of the shape&nbsp;
+
| colspan="2" | Specifies the fill colour of the thumb&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="90%" | Border Width
 
| width="90%" | Border Width
 
|-
 
|-
| colspan="2" | The outline size in pixels&nbsp;
+
| colspan="2" | The outline size of the thumb in pixels&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Border Colour
 
| width="90%" | Border Colour
 
|-
 
|-
| colspan="2" | The outline colour of the shape&nbsp;
+
| colspan="2" | The outline colour of the thumb&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-16-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-16-icon.png]]
 
| width="90%" | Shadow Size
 
| width="90%" | Shadow Size
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The size of the thumb shadow&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-7-icon.png]]
 
| width="90%" | Auto Colour
 
| width="90%" | Auto Colour
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Set to override the default colours of the thumb&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Hover Colour
 
| width="90%" | Hover Colour
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Custom colour for the thumb when the user hovers the mouse over the slider&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Focus Colour
 
| width="90%" | Focus Colour
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Custom colour for the thumb when the slider is selected&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Shadow Colour
 
| width="90%" | Shadow Colour
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Custom colour for the thumb shadow&nbsp;
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
Line 171: Line 173:
 
| width="90%" | Fill Colour
 
| width="90%" | Fill Colour
 
|-
 
|-
| colspan="2" | Specifies the fill colour of the shape&nbsp;
+
| colspan="2" | The fill colour of the slider track&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Fill 2nd Colour
 
| width="90%" | Fill 2nd Colour
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The secondary fill colour of the slider track&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-12-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-12-icon.png]]
 
| width="90%" | Fill Gradient Style
 
| width="90%" | Fill Gradient Style
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | The colour gradient style of the slider track&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]
 
| width="90%" | Border Width
 
| width="90%" | Border Width
 
|-
 
|-
| colspan="2" | The outline size in pixels&nbsp;
+
| colspan="2" | The outline size of the track in pixels&nbsp;
 
|-
 
|-
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="10%" align="center" | [[File:Fc9-type-2-icon.png]]
 
| width="90%" | Border Colour
 
| width="90%" | Border Colour
 
|-
 
|-
| colspan="2" | The outline colour of the shape&nbsp;
+
| colspan="2" | The outline colour of the track&nbsp;
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
 
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
Line 200: Line 202:
 
| width="90%" | Custom Attributes
 
| width="90%" | Custom Attributes
 
|-
 
|-
| colspan="2" | &nbsp;
+
| colspan="2" | Text here will be added to the html tag of this component to allow advanced customisation&nbsp;
 
|}
 
|}

Latest revision as of 15:07, 5 December 2023

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