User Tools

Site Tools


built_in:dialog

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
built_in:dialog [2015/03/03 15:48]
octazid [Options]
built_in:dialog [2018/04/19 14:50]
78.209.123.22 [Table]
Line 7: Line 7:
 Some controls use the same methods.\\ Some controls use the same methods.\\
 For examples of the **[[same methods]]** look here. For examples of the **[[same methods]]** look here.
-^Method ^Description ^ +^ Method                          ^ Description                                                   
-|Dialog.AddLayout( layout ) | +| Dialog.AddLayout( layout )      Adds a Layout                                                 
-|Dialog.Destroy() | +| Dialog.Dismiss()                Dismisses the Dialog                                          
-|Dialog.Dismiss() | +| Dialog.GetType()                Gets the type of Dialog                                       
-|Dialog.GetAbsHeight() | | +| Dialog.Hide()                   Hides the Dialog                                              
-|Dialog.GetAbsWidth() | | +| Dialog.RemoveLayout( layout )   Removes a Layout                                              
-|Dialog.GetHeight() | | +| Dialog.SetOnCancelcallback  Used for setting a callback for when the Dialog is cancelled  | 
-|Dialog.GetPosition() | +| Dialog.SetOnTouch( callback )   Used for setting a callback for when the Dialog is touched  
-|Dialog.GetType() | +| Dialog.Show()                   Callback to open the Dialog.                                  |
-|Dialog.GetVisibility() | | +
-|Dialog.GetWidth() | +
-|Dialog.Hide()| +
-|Dialog.Release() | +
-|Dialog.RemoveLayout( layout ) | | +
-|Dialog.SetBackColorcolor ) | +
-|Dialog.SetBackGradient( color1,color2,color3,p4,p5,p6,p7 ) | | +
-|Dialog.SetBackGradientRadial( x,y,r,color1,color2,color3,p7  ) | +
-|Dialog.SetBackground( imagefile,options ) | | +
-|Dialog.SetMargins( left,top,right,bottom ) | | +
-|Dialog.SetOnCancel( callback )| |  +
-|Dialog.SetOnTouch( callback ) | | +
-|Dialog.SetPadding( width,height,top,bottom ) | +
-|Dialog.SetPositionleft,top,width,height ) | +
-|Dialog.SetScale( x,y ) | | +
-|Dialog.SetSize( width,height ) | | +
-|Dialog.SetVisibility( HideShow ) | | +
-|Dialog.Show()| |+
 ===== Options ===== ===== Options =====
-^Options +NoDim     
-|NoCancel| +| NoCancel  
-|NoTitle|+| NoTitle   |
 ===== Sample ===== ===== Sample =====
 [[sample_code:custom_dialog|Custom Yes-No-Dialog]] [[sample_code:custom_dialog|Custom Yes-No-Dialog]]
built_in/dialog.txt · Last modified: 2018/04/19 23:25 (external edit)