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.