Difference between revisions of "Component: Slider control (Controls)"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 15: Line 15:
  
  
==[[Media:Component Icon 0d074f2e_5ff6_45d2_a0a8_1b5c3aa34e41.png|Image]] Slider control component==
+
==[[File:Component Icon 0d074f2e_5ff6_45d2_a0a8_1b5c3aa34e41.png|Image]] Slider control component==
 
A simple slider control with divides and interaction
 
A simple slider control with divides and interaction
  

Revision as of 13:05, 16 January 2014


Author Matrix Ltd
Version 1.0
Category Controls


Image Slider control component

A simple slider control with divides and interaction


Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetValue

Gets the bar graphs value

Parameters

This macro has no parameters


Return value

FLOAT


SetValue

No additional information


Parameters

FLOAT Value


Return value

This call does not return a value


SetInteractive

No additional information


Parameters

BOOL Enable
Set true to allow clicks to set scale


Return value

This call does not return a value


SetTitle

No additional information


Parameters

This macro has no parameters


Return value

This call does not return a value


ShowScale

No additional information


Parameters

BOOL Show
True to show scale, else false


Return value

This call does not return a value


SetRange

Sets the range of the graph

Parameters

INT Min
Min (start) value
INT Max
Maximum (end) value


Return value

This call does not return a value



Property reference

This component does not contain any properties