User Tools

Site Tools


built_in:show_progress

Differences

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

Link to this comparison view

built_in:show_progress [2018/04/09 18:30]
93.199.98.249 [Description]
built_in:show_progress [2018/04/10 02:43]
Line 1: Line 1:
-=====ShowProgress===== 
  
-//(Information and examples taken from the DroidScript documentation)// 
-<code javascript> 
-app.ShowProgress(text, options); 
-</code> 
-====Description==== 
- 
-The **ShowProgress** method shows a popup progress window with a spinning animation and an optional message. This window will remain visible until app.HideProgress() is called. 
- 
-<code> app.ShowProgress( text );</code> 
- 
-See also [[built_in:hide_progress|HideProgress]] 
- 
-^Options^Description 
-|Test 
----- 
- 
-====Example==== 
- 
-<code javascript> 
- 
-function OnStart() 
-{ 
-  app.ShowProgress( "Loading..." ); 
-  setTimeout( "app.HideProgress()", 3000 ); 
-} 
- 
-</code> 
built_in/show_progress.txt ยท Last modified: 2018/04/10 02:43 (external edit)