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 to create a high quality view cost a lot of time. If you want to support me and further views, then... B4A Library [B4X] [XUI] AS PopupMenuAdvanced based on xCustomListView - Alexander Stolte    Dec 16, 2024   (36 reactions) This is a PopupMenu with a xCustomListView, so you can add simply new rows. And also add build in... PopupMenu are available yet. For now it has only the functions I needed for my project.
I spend a lot... B4A Example [B4X] AS PopupMenuAdvanced - ComboBox - Alexander Stolte    Feb 24, 2024   (16 reactions) for the text
Label for the arrow icon
AS PopupMenuAdvanced for the selections
When you click on the Base panel, we just add the PopupMenu to it.
Have Fun :)
https://www.b4x.com/android/forum... B4A Example [B4X] AS PopupMenu with icons - Alexander Stolte    Jan 13, 2024   (7 reactions) https://www.b4x.com/android/forum/threads/b4x-xui-as-popup-menu.121832/ 149652 149653 Private Sub ShowMenu aspm_Main.Initialize(Root,Me,"aspm_Main") aspm_Main.MenuCornerRadius = 10dip aspm_Main.ItemLabelProperties.TextAlignment_Horizontal = aspm_Main.OrientationHorizontal_LEFT aspm_Main.ItemLabelProperties.LeftRightPadding = 10dip aspm_Main.IconProperties.HorizontalAlignment = aspm_Main.OrientationHorizontal_RIGHT aspm_Main.AddMenuItemWithIcon... B4A Code Snippet Bottom Popup Drawer - maddy    Nov 26, 2019 Hey b4a community may i know how can i create such amazing ui as attached below?The filter screen just popup from bottom of the screen as shown below in the figure.... B4A Library SpeechRecognitionNoUI - Google Speech Recognition Without Popup - Biswajit    Oct 5, 2021   (33 reactions) A better alternative for offline recognition is available here.
With this, you can add speech recognition feature to your application without google speech recognition popup (check attached example... B4A Question [XUI] AS Popup Menu Border - Mike1970    Jun 1, 2025 Hi everyone!
I'm using this awesome library made be @Alexander Stolte
However, I need to add a b... B4A Question To always show a popup message at set intervals - toby    May 17, 2025 I want to be able to popup a message whether or not the app is active, in the background, or the phone is locked. Could someone kindly show me how?
TIA... B4A Question Add spacing in popup [B4X] [XUI] AS Settings - wimpie3    Jan 31, 2025 Currently, the pop up screen for the single and multi select is stuck to the sides of the screen, an... B4A Library smPopupWindow (wrapper for PopupWindow class) - Semen Matusovskiy    Oct 9, 2018   (3 reactions) Almost full wrapper of PopupWindow class - see https://developer.android.com/reference/android/widget/PopupWindow Ignored "listeners" only, because it's possible to receive events in activity. PopupWidow may be useful, for example, like custom menu (attached sample demonstrates exactly it) History: 1.01 Changed parametres in Initialize subroutine. Added event _onDismiss.... Page: 1   2   3   4   5   |