Create SeekBars using the CreateSeekBar method of the app object:
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 SetOnTouch method of the SeekBar object to set the name of a function you want to be called when the SeekBar is touched. You can read the 'value' parameter in your callback function to get the position value of the SeekBar
See 'CreateSeekBar for more informations and a complete function list