Good day!
I am having problem with implementing the sliding drawer in a b4xpage.
I used "Root" since I cannot use "Activity" in the drawer initialization parameter.
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Drawer.Initialize(Me, "Drawer", Root, 300dip)...
B4X:
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("splash")
timer1.Initialize("timer1", 5000)
timer1.Enabled = True
myimage.Initialize(File.DirAssets, "DSCF2955.jpeg")...