No fullscreen possible

80 views
Skip to first unread message

My Games

unread,
Oct 24, 2025, 8:36:36 AMOct 24
to DroidScript
Hi. Am I missing something?


function OnStart()
{
    lay=app.CreateLayout("Linear", "Vertical,VCenter,FillXY");
    lay.SetBackground('/Sys/Img/GreenBack.jpg');
   
    spn=app.CreateSpinner("Default,Normal,Full,Game");
    spn.SetOnChange(SetScreenMode);
    lay.AddChild(spn);

    app.AddLayout(lay);
}

function SetScreenMode(mode)
{
    app.SetScreenMode(mode);
}
Reply all
Reply to author
Forward
0 new messages