B4A Library B4XDrawer with right panel

Hi,
in the sample you find a modified version of B4XDrawer library.
I added a right panel.
b4xdrawerrp-gif.76992



I only tested it on B4A (it won't work in B4i without modifications).
 

Attachments

  • B4XDrawerRP.gif
    B4XDrawerRP.gif
    165.2 KB · Views: 3,636
  • B4XDrawerRP.zip
    16.5 KB · Views: 1,179
  • B4XDrawer.bas
    11.4 KB · Views: 804
Last edited:

scsjc

Well-Known Member
Licensed User
Longtime User
Hi,
in the sample you find a modified version of B4XDrawer library.
I added a right panel.
b4xdrawerrp-gif.76992



I only tested it on B4A (it won't work in B4i without modifications).


I am using its variation to be able to have 2 menus (left and right)

I see that if you drag the menu from the left completely to the right ... the menu is "hooked" and both open at the same time.

I would also like to know if you can set different width of left menu and right menu.

Cheers
Thank you

ezgif.com-video-to-gif.gif
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • V1.53 Modified
    • Add LeftPanelEnabled
    • BugFixes on the right panel
    • If LeftPanelEnabled or RightPanelEnabled = False then the gesture is disabled for this area
    • ExtraWidth is now public as in the original class
comming soon: B4I
 

Attachments

  • B4XDrawer.bas
    12 KB · Views: 652

scsjc

Well-Known Member
Licensed User
Longtime User
Update
  • V1.53 Modified
    • Add LeftPanelEnabled
    • BugFixes on the right panel
    • If LeftPanelEnabled or RightPanelEnabled = False then the gesture is disabled for this area
    • ExtraWidth is now public as in the original class
comming soon: B4I

Thanks :)
 

Alexander Stolte

Expert
Licensed User
Longtime User
The lib. now support right panel in B4I too:
 
Top