User Tools

Site Tools


built_in:checkboxes

Differences

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

Link to this comparison view

built_in:checkboxes [2015/03/07 17:02]
octazid [Create]
built_in:checkboxes [2015/11/02 19:05]
Line 1: Line 1:
-====== CheckBoxes ====== 
  
-//(Information and examples taken from the DroidScript documentation)// 
- 
-===== Description ===== 
-Create CheckBoxes using the **CreateCheckBox** method of the [[built_in:app|app]] object: 
-<code> chk = app.CreateCheckBox( text );</code> 
-Use the **SetOnTouch** method of the CheckBox object to set the name of a function you want to be called when the CheckBox is touched. You can read the 'isChecked' parameter in your callback function to get the state of the CheckBox. 
- 
----- 
-===== Methods ===== 
-Some controls use the same methods.\\ 
-For examples of the **[[same methods]]** look here. 
-^Method ^Description ^ 
-|CheckBox.Destroy() | | 
-|CheckBox.GetAbsHeight() | | 
-|CheckBox.GetAbsWidth() | | 
-|CheckBox.GetChecked() | | 
-|CheckBox.GetHeight() | | 
-|CheckBox.GetPosition() | | 
-|CheckBox.GetText() | | 
-|CheckBox.GetTextSize( mode ) | | 
-|CheckBox.GetType() | | 
-|CheckBox.GetVisibility() | | 
-|CheckBox.GetWidth() | | 
-|CheckBox.Release() | | 
-|CheckBox.SetBackColor( p1 ) | | 
-|CheckBox.SetBackGradient( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|CheckBox.SetBackGradientRadial( p1,p2,p3,p4,p5,p6,p7 ) | | 
-|CheckBox.SetBackground( p1,p2 ) | | 
-|CheckBox.SetChecked( p1 ) | | 
-|CheckBox.SetMargins( left,top,right,bottom ) | | 
-|CheckBox.SetOnTouch( callback ) | | 
-|CheckBox.SetPadding( p1,p2,p3,p4 ) | | 
-|CheckBox.SetPosition( p1,p2,p3,p4 ) | | 
-|CheckBox.SetScale( x,y ) | | 
-|CheckBox.SetSize( p1,p2 ) | | 
-|CheckBox.SetText( p1 ) | | 
-|CheckBox.SetTextColor( p1 ) | | 
-|CheckBox.SetTextSize( size,mode ) | | 
-|CheckBox.SetVisibility( p1 ) | | 
built_in/checkboxes.txt ยท Last modified: 2015/11/02 19:05 (external edit)