Hi,
Is there anyone there got the iSideMenu to Work.
I have tried:
Mogens
Is there anyone there got the iSideMenu to Work.
I have tried:
B4X:
NavControl = Nav
Page1.Initialize("Page1")
Page2.Initialize("Page2")
Page1.Title = "Page 1"
Page1.RootPanel.Color = Colors.White
Page1.RootPanel.LoadLayout("main")
Page2.RootPanel.LoadLayout("pincard")
NavControl.ShowPage(Page1)
SideControl.Initialize("Page2", NavControl, Null)
SideControl.OpenGesturesEnabled = True
SideControl.CreateBarButton("sm")
Mogens