Hi,
I fill a scrollview, and then I do this:
I see the scrollview, I see the title, but not the menu.
When I turn the phone, and portrait view becomes landscape, I call this code once again, and the menu appears.
What am I doing wrong?
I fill a scrollview, and then I do this:
B4X:
Activity.Title=projecttitle
' Activity.Invalidate
Activity.AddMenuItem ("Kamera","kamera")
Activity.addmenuitem ("Logoff","logoff")
I see the scrollview, I see the title, but not the menu.
When I turn the phone, and portrait view becomes landscape, I call this code once again, and the menu appears.
What am I doing wrong?