B4A Library [B4X] [XUI] AS FloatingActionMenu - Alexander Stolte    May 28, 2024   (14 reactions) . :)
153889 153890
153891
FloatingActionMenu.Initialize(Me,"FloatingActionMenu",Root)
FloatingActionMenu.AddItem("Item #1",Null,0)
FloatingActionMenu.AddItem... B4A Tutorial [B4X] AS FloatingActionMenu - Open Menu above an item in a xCustomListView - Alexander Stolte    May 20, 2024   (8 reactions) this example, I let the AS_FloatingActionMenu open over an item that is in a list, no matter how far down the item is. 153902 Dim Height As Float = FloatingActionMenu.ItemProperties.Height*FloatingActionMenu.Size 'Action Menu Height Dim Width As Float = 250dip 'Action Menu Width... the right top If Top + Height > Root.Height Then 'If the menu no longer fits on the screen, display the menu above the list item Top = Top - Height - 80dip + 20dip End If... B4A Library [B4X] [XUI] AS BottomActionMenu - Alexander Stolte    Feb 24, 2024   (14 reactions) by Paypal or with a coffee. :) 147931147932147933 BottomActionMenu.Initialize(Me,"BottomDatePicker",Root) BottomActionMenu.AddItem("WhatsApp",BottomActionMenu.FontToBitmap(Chr(0xF232),False,30,BottomActionMenu.TextColor),"") BottomActionMenu.AddItem("Twitter",BottomActionMenu.FontToBitmap(Chr(0xF099),False,30,BottomActionMenu.TextColor),"") BottomActionMenu.AddItem("Instagram",BottomActionMenu.FontToBitmap(Chr(0xF16D... B4A Question AS FloatingActionMenu Show Menu on Button in b4xTable ? - jahswant    Aug 19, 2024 I have tried a lil hard to show ma neu in a b4x table row all my tests failed can some one provide a... B4A Library Floating Action Menu (FAM) and Floating Action Button (FAB) - DonManfred    Apr 3, 2016   (45 reactions)
FloatingActionMenu
Events:
onClick (obj As View)
onMenuToggle (opened As Boolean)
Fields:
ba As BA...)
addMenuButton (fab As FloatingActionButton)
addMenuButton2 (fab As FloatingActionButton, index As Int... B4A Question Floating Action Menu - makis_best (first post)    Oct 16, 2023   (1 reaction) Thank you so much @Sandman I will try that one.
I haven't find it on my search.... B4A Question AHQuickAction (1.02) Menu - Jmu5667    Sep 1, 2016 Hi
I am getting an error after I dim the menu in a local function so I can dynamically re-create.
Sub Process_Globals
Dim acChannels As AHQuickAction3D
end sub
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
' // menu's
acChannels.Initialize("ac_channels", acChannels.VERTICAL)
end if
end sub
Sub make_menus_acChannels
Dim i As Int... B4A Question B4XPages Action bar menu item height - Grinaute (first post)    Jun 21, 2024 Thanks a lot, that's the line I was missing:
<item name="android:listPreferredItemHeight... B4A Question ActionBar MenuItems - XverhelstX    Aug 6, 2014 Hi
3 questions here about the MenuItem (addMenuItem3)
1. Is there a possibility to get the view of a menuitem?
I'd like to show a popup when a menuitem is pressed but the show method requires a view parameter.
2. When you click the MenuItem it shows a Blue (on my device) press indicator. Is it possible to remove/change the color?
3. When you long press a MenuItem, it shows the Title text... B4A Question How to i) change the Menu Bar BACKGROUND color to be SAME as the ACTION BAR BACKGROUND COLOR or ii) change the Text Color of ONLY THE MENU ITEM - beelze69    Mar 6, 2022 is it possible to:
i) change the Background color of the Menu Item to the same as the Action/ Status...Hi,
Presently, in my B4XPages app I have the Action Bar with a 'Blue' background... Page: 1   2   3   4   5   |