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 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... B4J Question Text color for MenuBar - micro    Feb 1, 2014 -color:linear-gradient(To top, white, #3c7fb1);"
mb is a MenuBar, only a text color of menubar... 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 Using MenuItem.Tag to Dynamically Call Modules in MenuBar1_Action - Cableguy (first post)    May 25, 2025
Private Sub MenuBar1_Action Dim m As MenuItem = Sender If m.Text = "Consulta com IA" Then ConsultaIA.Show("ConsultaIA", m.Text) End Sub
You can change that into:
Private Sub MenuBar1_Action
Dim m As MenuItem = Sender
try
CallSub (ME, sender.tag) 'Me is the module the sub you want to call exist'
catch
end try
End Sub
edit: this is pseudo code... B4J Question MenuBar and Class Module (Standard Class) - Gianni M    Apr 2, 2020 usually we have a MenuBar (AS myMenu) and a code like
'dim pMenu as Pane
Sub myMenu_Action
Dim mi As MenuItem = Sender
Dim tag As String
tag = mi.Tag
Select tag
Case... Italian in B4J come si crea un MenuBar da codice - Gianni M    Mar 9, 2020 ♫ ho girato e rigirato senza sapere cosa fare ♫ ♫ ♫
in B4J come si crea un MenuBar da codice, quindi senza utilizzare il Designer interno?... Page: 1   2   3   4   |