Hi All.
If i have this code:
it possible set ToolBarVisible = True ?
Thanks
If i have this code:
B4X:
Private Sub Application_Start (Nav As NavigationController)
Page1.Initialize("Page1")
Page1.RootPanel.LoadLayout("Layout1")
Page2.Initialize("Page2")
Page2.RootPanel.LoadLayout("Layout2")
Page3.Initialize("Page3")
Page3.RootPanel.LoadLayout("Layout3")
PVC.Initialize("pvc", Array(Page1, Page2, Page3))
App.KeyController = PVC
End Sub
it possible set ToolBarVisible = True ?
Thanks