B4A Class [B4X] Interactive Expandable Multi B4XPages Drawer Menu (tested in B4J and B4A) - MicroDrie    Jan 10, 2025   (15 reactions) In the five years that I have been using my single B4XPage expandable Drawer menu in B4J and... be used. The Drawer Manager of M3Menu provides the necessary differences between B4J and... the display and use of the M3Menu are possible. How can logging be switched on and off? DrawerManger... M3Menu. For those who want to delve a bit deeper into the operation, here and there is some.... 160619 FAQs There are a lot of menus on this site. Why should I use M3Menu? M3Menu only shows... Share My Creation Interactive expandable multi B4XPages Drawer menu (tested in B4J and B4A) - MicroDrie    Feb 24, 2025   (9 reactions) In the five years that I have been using my single B4XPage expandable Drawer menu in B4J and... --- M3Menu Variables Private drManager As DrawerManager Private clvMenu As CustomListView...("frmPage1") drManager.Drawer.LeftPanel.LoadLayout("frmLeftMenu") drManager.Drawer... B4XPage_Disappear drManager.B4XPageDisappear End Sub ' --- Needed for DrawerMenu Private....CLVMenu_ItemClick(Index, Val, clvMenu) End Sub ' --- Check drDrawer Menu Private Sub... B4i Question The B4X Drawer Menu and Apple's Notched Screen - RichardN    Apr 27, 2020 The B4X Drawer is a very attractive feature for deploying a menu. With iPhones which all now have tall & thin screen sizes in portrait you need to make the drawer not too wide otherwise... B4i Question [Solved] B4X Drawer Menu - Limitations? - RichardN    Mar 23, 2020 Are there any limitations associated with using the B4X Drawer menu in B4i ? In a project I have used the Drawer with a Custom List View as a menu on Page1 and I'm getting unpredictable behavior of a view on Page2.
I don't recall reading anything about this?... B4i Question B4X Drawer Menu - iOS Colour Customisation - RichardN    Mar 15, 2020   (1 reaction) I am just starting out on a new iOS project that requires colour customisation of the interface. The front-end is based on the B4X Drawer Sliding Menu example HERE.
The colour scheme requires... the hamburger colour in the B4X Drawer?... B4A Question Drawer Menu does not show menu - zed (first post)    Oct 2, 2024   (3 reactions) We need a little more information.
There is no reason why the menu should not appear if you click on the hamburger.
Unless there is an error in the code.... Share My Creation [Project Template] Dashboard + Drawer [B4J] - aeric    Jun 20, 2025   (19 reactions) 164856 Version: 0.50 GitHub: https://github.com/pyhoon/ab4xdashboard-b4x My plan is to make a dashboard template for general use. Currently this template: only has a drawer a static menu a mini menu 2 menu toggle buttons and only available in B4J What makes this template suitable for use on desktop app is the pages are loaded in the container instead of opening as new form. This template is work in progress. Please report bugs here. Edit: I have posted an explanation here on how... B4A Question Drawer View menu items? - techknight    Feb 12, 2019 How do I add menu item icons in the right side of the actionbar/drawer view example?
Using B4XDrawer, the hamburger menu is on the left and it works fine.
But I need to put my dynamically changeable icons back on the right.
This is what I was using with the stock actionbar:
Sub SetMenuItems... B4A Library [B4X] B4XDrawer - sliding drawer - Erel    Dec 8, 2020   (66 reactions)   tags: B4ADrawer sliding drawer, SlidingPanels, Sliding Menu, B4X, sliding drawer, B4A Class Sliding Drawer /basic4android/images/SS-2018-10-03_17.51.11.png A class that implements a sliding menu. Unlike the nice jfeinstein SlidingMenu library the drawer covers the activity instead of pushing it. It is similar to the various design support navigation drawer libraries. Instructions: 1. Initialize... B4i 300dip = left menu width 2. Load the "Activity layout" to the drawer: Drawer.CenterPanel.LoadLayout("1") 3. Load the menu layout: Drawer.LeftPanel.LoadLayout("Left"... B4A Library Foldable(Drawer)Menu - Guenter Becker    Nov 7, 2020   (17 reactions)
Implemented ScrollView to scroll big menus
Implemented DIP consideration for image scale in pixels
to scale....
The Problem is solved!
Please use the attached FoldableMenu.b4xlib file and copy it to your... with the the FoldableMenu Class than import the attached .bas file in your project.
The Solution... - sorry to big to attach.
------------------------------------
FoldableMenu is a customview lib being... Page: 1   2   3   4   5   6   7   |