User Tools

Site Tools


built_in:seekbars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:seekbars [2014/09/17 18:48]
stevegarman created
built_in:seekbars [2016/09/19 02:18]
Line 1: Line 1:
-====== Seekbars ====== 
-===== Create ===== 
-Create SeekBars using the CreateSeekBar method of the app object: 
-<code>skb = app.CreateSeekBar( width, height );</code> 
-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 
-===== Methods ===== 
-^Method ^Description ^ 
-|skb.GetHeight| | 
-|skb.GetValue| | 
-|skb.GetVisibility| | 
-|skb.GetWidth| | 
-|skb.Release| | 
-|skb.SetBackColor| | 
-|skb.SetBackGradient| | 
-|skb.SetBackGradientRadial| |! 
-|skb.SetBackground| | 
-|skb.SetMargins| | 
-|skb.SetMaxRate| | 
-|skb.SetOnTouch| | 
-|skb.SetPadding| | 
-|skb.SetPosition| | 
-|skb.SetRange| | 
-|skb.SetSize| | 
-|skb.SetValue| | 
-|skb.SetVisibility | | 
built_in/seekbars.txt ยท Last modified: 2016/09/19 02:18 (external edit)