B4J Library Menubar extended *Update 1.3* - Guenter Becker    Oct 14, 2025   (12 reactions) .
The B4J Menubar with extende features:
167608 167609
167823167824
Custom View for Designer
Customizable Bar Menu and MenuItems and Menubar-Tooltip GUI/Properties.
With predefined Themes (css... Share My Creation [B4A] Template Splash + CustomViews (TopBar & MenuBar) - Maxcfgos    May 24, 2026   (11 reactions) for the navigation drawer
Designer properties for colors, title and logo
MenuBar (CustomView...
TabChanged(Index) event
MenuBar1.AddTab(0xf015, "Home")
MenuBar1.AddTab(0xf07c, "Categories... B4J Question Menubar - Make menu title clickable? - tchart    Oct 18, 2020 Hi, I have a menubar with a few child menus. I need to implement clickable item on the toolbar - this is so the user doesnt have to click the menu to activate a tool.
I can change the text out for... B4J Tutorial MenuBar Icons on MainTitle Menu - Guenter Becker    Sep 29, 2025   (3 reactions) Hello, my Task was to substitute the Title Menus with an Icon or to add an Icon to the text. I found a good solution in the Forum as a base and modfied it to solve the task. private Sub setMnuLabel(MenuNr As Int, Image As String) Dim jo As JavaObject = MenuBar.Menus.Get(MenuNr) Dim imv As ImageView imv.Initialize("MnuTitle") imv.SetImage(fx.LoadImageSample(File.DirAssets,Image,36,36)) jo.RunMethod("setGraphic",Array(imv)) End Sub 'Example 1st left... B4A Question B4XPages and custom menubar - RB Smissaert    Jan 4, 2023 Just started with B4XPages and added a simple custom menubar, not based on the built-in Android menubar, but based on
layouts with panels, labels and buttons.
As far as I understand most apps... B4A Question How to set colour of menubar in BXPages example project MenuWithBadge? - RB Smissaert    Sep 11, 2021 Looking into converting to B4XPages and started with this example project:
https://www.b4x.com/android/forum/threads/b4x-b4xpages-menu-badges.133301/
How do I set the colour of the B4XPages menubar... B4J Question Extended MenuBar Library - virpalacios    Jul 18, 2026 Hi All, Good Day, Good Night or Good Afternoon, today I just check the extended menubar library from Mr. Guenter Becker, I am using his title menu bar and it's great, however I just check is extended menubar in order to put images icons in MenuItems, however it download link is broken Menubar extended *Update 1.3* If someone has information about the library availability, I appreciate any information Best Regards... B4J Question Menubar settings do not use the designer settings - Swissmade    Aug 15, 2021 I have a form build with a Menubar.
Funny is, I set the menubar to be 78 width but when I run the app the Menubar is full size width of the form.
Somebody any idea
Thanks... B4J Code Snippet MenuBar Create Dynamically FontAwesome Icon - rwblinn    Apr 10, 2018   (7 reactions) Example creating dynamically FontAwesome icons for a MenuBar. This solution, see Sub TextToImage... MenuBar1 Menu JSON string defined in the Visual Designer {Text: "_Navigation", Children... MainForm As Form Private Menu_Items As Map Private MenuBar1 As MenuBar End Sub Sub AppStart (Form1 As Form, Args() As String) MainForm = Form1 ' The layout contains a menubar with JSON... End Sub Sub AppInit Menu_Items.Initialize Menu_Items = MenuBar_Items(MenuBar1... B4J Question Menubar Menu - Menu-Label Position - epiCode (first post)    Nov 3, 2025
Hello,
sorry this is an example of a menu in B4A or B4i. But my question goes to the Menubar View used in B4J!
This Menubar in B4J has Menus and Menuitems to the Menus. And My question points to... Page: 1   2   3   4   5   |