Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
'load the layout to Root
Root.LoadLayout("Page3")
cvs.Initialize(Panel1)
B4XPages.SetTitle(Me, "Draw Something")
#if B4A
B4XPages.AddMenuItem(Me, "Random Background")
#End If
B4XPages.GetManager.ShowUpIndicator = False
End Sub
Attached a file that shows the back button appearing. It is Agraham's extended example.
If I add the same line:
B4XPages.GetManager.ShowUpIndicator = False
to the more simple ThreePages example then the back button doesn't appear.
Not sure where the difference comes from.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.