Content:
- Properties
- Methods

SeekBars are bars with a moveable pointer which let the user select a value in a given range.

skb = app.CreateSeekBar( width=-1, height=-1, options? ) → app object: SeekBar

The SetRange method of the SeekBar object to sets the value range of the SeekBar and the SetValue method sets the current value.
Use the SetOnChange method to define a function you want to be called when the SeekBar value has changed. You can read the value parameter in your callback function to get the current SeekBar value.

Example - Example click to expand contents 

Properties

The following properties are available on the SeekBar object:

dataObject: { key, value }

Methods

The following methods are available on the SeekBar object:

Focus()
GetAbsHeight() → Number: integer
GetAbsWidth() → Number: integer
GetHeight( options? ) → Number
GetLeft( options? ) → Number
GetParent() → app object
GetPosition( options? ) → Object: { left, top, width, height }
GetTop( options? ) → Number
GetType() → String: “SeekBar”
GetValue() → Number
GetVisibility() → String: “Show” or “Hide” or “Gone”
GetWidth( options? ) → Number
Gone()
Hide()
IsEnabled() → Boolean
IsOverlap( obj, depth? ) → Boolean
IsVisible() → Boolean
Method( name, types?, p1?, p2?, p3?, p4? ) → all types
Resize()
SetScale( x, y )
Show()