Component: Slider control (Controls)

From Flowcode Help
Revision as of 15:58, 16 January 2014 by JonnyW (talk | contribs) (XML import)
Jump to navigationJump to search
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