Hi all,
Every time i run b4a app there always gap (blank white screen with app title) before main layout was loaded.
this is Activity_Create look like;
is there any way to to solve this problem ?
thank you
Every time i run b4a app there always gap (blank white screen with app title) before main layout was loaded.
this is Activity_Create look like;
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Main")
pnlMenu.Left = pnlMenu.Width * -1
pnlMenu.Visible = True
CreateCustomListMenu(True)
ShowDashboard(False)
End Sub
is there any way to to solve this problem ?
thank you
Last edited: