B4J Question ABMButton detect menu return_id - codie01    May 15, 2024 Hi All, I have created an ABMbutton with menu items as follows : Dim section1aButton0 As ABMButton section1aButton0.InitializeFlat(page,"section1aButton0","","....BORDER_SOLID) section1aButton0.UseFullCellWidth = True section1aButton0.AddMenuItem("ALL... section1aButton0.AddMenuItem(thisName,thisLine) Next The button displays correctly, however the Sub... Does anyone know the correct Sub event to get the menuItem return name. Thanks... B4J Question detect menu click event - Daestrum (first post)    Jun 21, 2019   (1 reaction) Sorry, had a brain phart and forgot to add the menu to the javaobject dim line.
' after you have defined FileMenu
Dim theMenu As JavaObject = FileMenu
Dim e As Object = theMenu.CreateEvent... B4A Question How to detect menu button click - Erel (first post)    Jun 23, 2015 There are many related discussions: https://www.b4x.com/android/forum/pages/results/?query=detect+menu&page=1&prefix=0... B4A Question How to detect menu press, API 14? - rgately (first post)    Aug 14, 2013 I'm just surprised that Activity_Keypress doesn't recognize when the title bar menu button is pressed. It did before, when the menu button was located on the navigation bar.... B4A Question Detect sliding menu open state - devmobile (first post)    Jun 14, 2017 I use AHNavigationDrawer in my project.it is very powerfull
It have event for close and open... B4J Question Detect CTRL/OPTION key n Menu select - Erel (first post)    Jul 15, 2021 Not exactly what you are asking for, but you can add modifiers to the shortcuts: https://www.b4x.com/android/forum/threads/designer-menu-items.56602/#content
You can also detect the keys state with jReflection library. You need to add a filter event to the root view.... B4A Question On no title app, how to detect no menu button - BumForALiving (first post)    Oct 2, 2013 Perfect! Thank you again Erel.... B4A Question Activity MENU touch(click) detect - petr4ppc (first post)    Mar 23, 2015 NJDude, yes,
I know, I want use the best of....I want try most profi...
I will try everything.
Th... Spanish B4X - Uso de custom fonts icons (SliderMenu) - TILogistic    Jun 30, 2021   (28 reactions) de uso 'Iniliaze Menu B4XSlideMenu1.Initialize(Activity, Me, "SlideMenu", ActionBar.Height, 250) 'Set imtems menu B4XSlideMenu1.AddItem(1,"Chat", FontToBitmap(Chr(0xe914), IconsFont, 26, xui.Color_Black)) B4XSlideMenu1.AddItem(2,"Photo", FontToBitmap(Chr(0xe90b), IconsFont, 26, xui.Color_Black)) B4XSlideMenu1.AddItem(3,"Map", FontToBitmap(Chr(0xe912), IconsFont, 26, xui.Color_Black)) B4XSlideMenu1... B4A Library Physical Activity Recognition Detection - Erel    Jan 9, 2023   (25 reactions) Class updated on May 2023. This class allows you to monitor the user / device physical state (walking, running, still, etc.). The state detection is based on Android location services which use low power sensors to try to detect the current activity. Once you connect your app to these services you will receive notifications even when your app is in the background (similar to static intent filters). Configuration steps: 1. Add this line to the main activity: #AdditionalJar: com.google... Page: 1   2   3   4   5   6   7   |