User Tools

Site Tools


built_in:database

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:database [2017/04/15 20:17]
administrator old revision restored (2015/09/19 08:28)
built_in:database [2017/04/29 20:40]
47.35.130.92 Startup
Line 25: Line 25:
  
 //Called when application is started.    //Called when application is started.   
-function OnStart()   +function startup()   
 {    {   
     //Create a layout with objects vertically centered.        //Create a layout with objects vertically centered.   
Line 64: Line 64:
     //Get all the table rows.            //Get all the table rows.       
     DisplayAllRows();       DisplayAllRows();  
-}   +}   (Display)
  
 //Called when user touches our 'Add' button.    //Called when user touches our 'Add' button.   
Line 117: Line 117:
     }        }   
     txt.SetText( s );        txt.SetText( s );   
-}   +}   Data sms
  
 //Callback to show errors.    //Callback to show errors.   
built_in/database.txt · Last modified: 2017/04/30 04:47 (external edit)