User Tools

Site Tools


built_in:call

Differences

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

Link to this comparison view

Next revision
Previous revision
built_in:call [2015/03/26 21:03]
madlyr created
built_in:call [2018/04/15 12:55] (current)
Line 15: Line 15:
  lay = app.CreateLayout( "Linear", "Vertical,VCenter,FillXY" );   lay = app.CreateLayout( "Linear", "Vertical,VCenter,FillXY" );
  
- txt = app.CreateText( "Please type phoe number to call:", 0.5, 0.05 );+ txt = app.CreateText( "Please type phone number to call:", 0.5, 0.05 );
  txt.SetMargins( 0, 0.05, 0, 0 );  txt.SetMargins( 0, 0.05, 0, 0 );
  lay.AddChild( txt );  lay.AddChild( txt );
  
- edt = app.CreateTextEdit( "", 0.5, 0.);+ edt = app.CreateTextEdit( "", 0.5, 0.08, "Number" );
  edt.SetMargins( 0, 0, 0, 0.05 );  edt.SetMargins( 0, 0, 0, 0.05 );
 + edt.SetBackColor( "#333333" );
  lay.AddChild( edt );  lay.AddChild( edt );
  
built_in/call.1427403823.txt.gz ยท Last modified: 2015/03/27 05:03 (external edit)