My next problem is this
I am trying to add a background to a panel as well as a bal file
The background image does not show
If i do
that works ok
I am trying to add a background to a panel as well as a bal file
B4X:
panels(0).LoadLayout("menu")
panels(0).SetBackgroundImage(NewBitmap1)
The background image does not show
If i do
B4X:
activity.LoadLayout("menu")
activity.SetBackgroundImage(NewBitmap1)
that works ok