I'm totally confused it's changed from a year ago.
I'm using the simple_example_B4XDrawer example. I have added a new view in the designer and called it "2".
So I have two views in the designer, 1 and 2. 1 has the simple example menu and on the other I have a button and webview.
I want to load...
Hi to all
the tests continue
In my app at first I create the navbar with a single component, basically an icon with the name of the working database
B4X:
Sub BuildNavDrawer
'*copy code after this line
vm.Drawer.Setwidth("300")
vm.Drawer.Setvisible(True)
'this page should show on...
I was cleaning up some designer scripts in a b4x pages app I am working on and the app suddenly stopped working.
It Fails in Main Page Page_Created on the last line shown here (Drawer.LeftPanel.LoadLayout("MainPageMenu"):
B4X:
Sub Class_Globals
.
.
.
Private Drawer As B4XDrawer
.
.
.
End...
I was cleaning up some designer scripts in a b4x pages app I am working on and the app suddenly stopped working.
It Fails in Main Page Page_Created on the last line shown here (Drawer.LeftPanel.LoadLayout("MainPageMenu"):
B4X:
Sub Class_Globals
.
.
.
Private Drawer As B4XDrawer
.
.
.
End...
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)...
Salve a tutti, sono nuovo in questo forum e nel mondo di b4a (da un mesetto ci sono). prima di chiedere, ho cercato per vedere se risolvevo da solo ma nada ...
sto facendo un'app e vorrei nel layout principale dell'app, mettere lo scorrimento in giù.
[CODE = b4x] Sub Activity_Create (FirstTime...
Hi All
I am having an issue where my test app is crashing when moving to the second page of my App, It seems to relate to the left Pane drawer but I cant see what I am doing wrong.
Error log below, Also attached a sample project for reference.
One other question, How do I set the size for a...
Edit: Cross platform example based on B4XPages
Android Tutorial - [B4X] B4XPages + B4XDrawer
B4XDrawer v1.53 adds support for B4J. This is a good opportunity to create a B4XPages example using B4XDrawer. It does require some configuration so pay attention. The example is based on the three...