I am using this:
Activity.AddMenuItem("Login", "login")
I have removed the default StdActionBar for a Panel, since the Action bar is lacking in functions
However the drawer menu is important, I replaced it using a button and want to open the menu
How?
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 pages example...
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 pages example...
just FYI, Activity.OpenMenu will open your menu. when you click on your button, call it. in my case, it opens from the bottom of the screen (which may not be what you want), but it does open. there might be a setting you can access to get it to move itself to the upper right, but i was satisfied as is.
Hi, in the sample you find a modified version of B4XDrawer library. I added a right panel. I only tested it on B4A (it won't work in B4i without modifications).