User Tools

Site Tools


built_in:dialog

Differences

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

Link to this comparison view

built_in:dialog [2015/03/22 08:27]
octazid [Methods] delete not used methods
built_in:dialog [2018/04/19 23:25]
Line 1: Line 1:
-====== Dialog control ====== 
  
-===== Create ===== 
-Create dialogs using the CreateDialog method of the app object: 
-<code>dlg = app.CreateDialog( title, options );</code> 
-===== Methods ===== 
-Some controls use the same methods.\\ 
-For examples of the **[[same methods]]** look here. 
-^Method ^Description ^ 
-|Dialog.AddLayout( layout ) | | 
-|Dialog.Dismiss() | | 
-|Dialog.GetType() | | 
-|Dialog.Hide()| | 
-|Dialog.RemoveLayout( layout ) | | 
-|Dialog.SetOnCancel( callback )| |  
-|Dialog.SetOnTouch( callback ) | | 
-|Dialog.Show()| | 
-===== Options ===== 
-^Options ^ 
-|NoCancel| 
-|NoTitle| 
-===== Sample ===== 
-[[sample_code:custom_dialog|Custom Yes-No-Dialog]] 
built_in/dialog.txt ยท Last modified: 2018/04/19 23:25 (external edit)