B4A Class [B4X] [XUI] AS Popup Menu - Alexander Stolte    Jul 1, 2025   (38 reactions) This is a simple cross platform Popup Menu. I spend a lot of time in creating views, like this and... of the item aspm_MoreOptions.AddMenuItem("Share location",1)'Add item aspm_MoreOptions.AddMenuItem("Settings",2)'Add item aspm_MoreOptions.OrientationHorizontal...)'black aspm_MoreOptions.OpenMenu(xlbl_MoreOptions,150dip) ASPopupMenu Author: Alexander Stolte... Initializes the fields to their default value. ASPopupMenu Events: ItemClicked (Index As Int, Tag... B4A Library [B4X] [XUI] AS TabMenuAdvanced - Alexander Stolte    Apr 25, 2024   (39 reactions) : AS_TabMenuAdvanced1.GetTab(2).xTab.BadgeValue = 5 'Sets the Badge Value for the 3. Tab to 5 AS_TabMenuAdvanced1.GetTab(3).xTab.Enabled = False 'Disabled the 4. Tab AS_TabMenuAdvanced1.Refresh.../ ASTabMenuAdvanced Author: Alexander Stolte Version: 1.02 ASTabMenuAdvanced_BadgeProperties Fields... the fields to their default value. ASTabMenuAdvanced_Tab Fields: BadgeValue As Int Enabled As Boolean...: Initialize Initializes the fields to their default value. ASTabMenuAdvanced_TabIntern Fields... B4A Library [B4X] [XUI] AS BottomActionMenu - Alexander Stolte    Jan 22, 2025   (18 reactions) by Paypal or with a coffee. :) 147931147932147933 BottomActionMenu.Initialize(Me,"BottomActionMenu",Root) BottomActionMenu.Color = xui.Color_ARGB(255,32, 33, 37) BottomActionMenu.DragIndicatorColor = xui.Color_White BottomActionMenu.ItemProperties.TextColor = xui.Color_White BottomActionMenu.AddItem("WhatsApp",BottomActionMenu.FontToBitmap(Chr(0xF232),False,30,BottomActionMenu.ItemProperties.TextColor),"") BottomActionMenu.AddItem... B4A Library [B4X] [XUI] HexMenu - Erel    Dec 23, 2019   (28 reactions) Cross platform hexagons menu implemented as a custom view: https://www.b4x.com/basic4android/images/pQtXvSJZQ0.gif Can show up to 7 items. B4A project is attached. Class is supported by B4J and B4i as well. Depends on XUI and BitmapCreator libraries. Example with gradient stroke: https://www.b4x.com/basic4android/images/i_view64_Ihv7fjyBRn.png Version with gradient stroke: https://www.b4x.com/android/forum/threads/b4x-xui-hexmenu.112410/#post-700941... B4A Library [B4X] B4XDashboard - Native Responsive Launcher & Grid Menu - Mashiane    Feb 17, 2026   (12 reactions) Hi Fam I am pleased to present B4XDashboard, a nativecross-platform component part of the B4X Daisy UI Kit series. Inspired by the clean utility of the Tailwind CSS / DaisyUIframework, this component provides a fully responsive, paged "Launcher" style interface for your apps. It is perfect for main menus, app drawers, or tool grids. It is built purely with native B4X views (Canvas/Panels) for maximum performance—no WebViews required. 169971 169972 The "Glue"... B4A Library [B4X][B4A] 🌼 B4XDaisyMenu - Stunning, Responsive Tailwind/DaisyUI Style Menus! - Mashiane    Mar 18, 2026   (4 reactions) Hi Fam Are you looking to give your apps a massive visual upgrade? Say hello to B4XDaisyMenu... you are building mobile sidebars, complex desktop toolbars, or responsive web-like mega menus, B4XDaisyMenu... explorers, or sprawling horizontal mega menus with just a few lines of code. Highly Customizable... selection. Scrollable & Fixed Height: Need to manage large lists? Constrain the menu to a fixed... standard to spectacular. Download the library, plug it into your views, and start designing... B4A Library [B4X] [XUI] AS FlowTabMenu - Alexander Stolte    Jan 29, 2025   (29 reactions) than on the gif 123579 ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xF015),False,20,xui.Color_White),"Home") ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xE7F4),True,20,xui.Color_White),"Notifications") ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xE8B8),True,20,xui.Color_White),"Settings") 'ASFlowTabMenu1.AddTab(ASFlowTabMenu1.FontToBitmap(Chr(0xF015),False,20,xui.Color_White),"Test 4") ASFlowTabMenu Author: Alexander... B4i Library SD: RollMenu - Star-Dust    Dec 12, 2025   (6 reactions) iSD_RollMenu Author: Star-Dust Version: 0.01 RollOutMenu Events: Click (ID As String) Fields: IsOpen As BOOL SpaceFromTop As Int TimeAnimation As Int Functions: AddImageButton (Bitmap As B4IBitmap*, ID As NSString*) As NSString* Class_Globals As NSString* Close (Animation As BOOL) GetPanel As B4IPanelWrapper* If you want Add into Panel USE After Initialize Initialize (ba...'oggetto sia stato inizializzato. Open (Animation As BOOL) TurnOutMenu Events: Click (ID... 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("Item #2",Null,1) FloatingActionMenu.AddItem("Item #3",Null,2) Dim Height As Float = FloatingActionMenu.ItemProperties.Height*FloatingActionMenu.Size Dim Left As Float = xlbl_OpenMenuDark.Left + xlbl_OpenMenuDark.Width + 10dip Dim Top As Float = xlbl_OpenMenuDark.Top... B4A Library [DaisyUIKit][B4A] B4XDaisyAccordion - Create Sleek, Modern Accordion Menus Easily! - Mashiane    Mar 10, 2026   (3 reactions) Hello Fam! 👋 Are you looking for an elegant way to organize content in your applications? I am thrilled to introduce the B4XDaisyAccordion, a lightweight, responsive, and highly customizable UI component designed to take your app interfaces to the next level. 170524 170525 The B4XDaisyAccordion acts as a wrapper and manager for your collapsible content (B4XDaisyCollapse), neatly organizing th... Page: 1   2   3   4   5   6   7   |