B4J Library Menubar extended *Update 1.3* - Guenter Becker    Oct 14, 2025   (11 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... 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... B4J Question how to make a MenuBar ? - Gianni M    Mar 9, 2020 how to make from code a MenuBar without internal designer?... 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 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... Share My Creation [B4A] Template Splash + CustomViews (TopBar & MenuBar) - Mashiane (first post)    Mar 21, 2026
that´s the idea, but this one is just a template,
Awesome. Thank you so much. I love yours too...... B4J Question Text color for MenuBar - micro    Feb 1, 2014 Hi I have a small problem with text color: mb.Style = "-fx-font-size: 18;" & "-fx-font-weight: normal;" & "-fx-text-fill: #000000;" & "-fx-background-color:linear-gradient(To top, white, #3c7fb1);" mb is a MenuBar, only a text color of menubar not work, it is always white. Why?... 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   |