0

//Called when application is started. function OnStart() { //Create the main layout. layMain = app.CreateLayout( "Linear

//Called when application is started. function OnStart() { //Create the main layout. layMain = app.CreateLayout( "Linear", "FillXY" ); layMain.SetBackground( "/Sys/Img/BlueBack.png" ); layMain.SetPadding( 0, 0.1, 0, 0 ); //Create button and add to main layout. btn = app.CreateButton( "Demo", 0.3, 0.06, "gray" ); btn.SetOnTouch( btn_OnTouch ); layMain.AddChild( btn ); //Create a layout we can slide over the main layout. //(This hidden layout is actually on top of the main //la

24th May 2018, 3:37 AM
Muh Yusril
Muh Yusril - avatar
2 Réponses
+ 5
Please elaborate on your question?
24th May 2018, 5:24 AM
Hatsy Rei
Hatsy Rei - avatar
0
do you use droidscript?
24th May 2018, 5:13 AM
Etabeta1🇮🇹
Etabeta1🇮🇹 - avatar