B4A Question Debug menu disabled - jccraig (first post)    Jan 25, 2016 I tried it. But that's where it would stop, with the Debug menu still grayed out and... of the program itself, and the Debug menu item plus the debugging icons near it always stayed grayed out.... I struggled with getting the Debugging mode to work, instead of just the Release mode, for quite a while... B4A Question debug menu is disabled - mangojack (first post)    Nov 14, 2015   (2 reactions) When the Ide connects to the device in "Debug" mode (via dropdown box) the Menu item will be enabled ...
see HERE .... for a clearer explanation in a similar B4J thread.... B4J Question How come Debug is disabled, in 9.80? - B4JExplorer    Aug 21, 2023 Hi,
I have Debug set, rather than Release. But the Debug menu is disabled, and I can't set breakpoints.
Should I just reinstall?... B4i Tutorial Installing B4i-Bridge and debugging first app - Erel    Sep 18, 2022   (13 reactions) B4i-Bridge is an application that you install on the device. It has three purposes: 1. Launch the installation process when needed. This step is done with Apple Configurator 2 if using a local builder (https://www.b4x.com/android/forum/threads/installing-apps-with-apple-configurator-2.128397/). 2. Run the installed app (when installation is not needed). 3. The bridge is also the WYSIWYG visual des... B4A Question Images loaded in webviews are not displayed in mode “debug (rapid)” B4A 3.50 version - bgsoft    Mar 18, 2014 In the new Basic4Android 3.50 version, I realised that images loaded in webviews are not displayed in mode “debug (rapid)”. In other modes, as “debug (legacy)” and “release” are shown normally. There is a simple example to check this: Sub Globals Dim WebV As WebView End Sub Sub Activity_Create(FirstTime AsBoolean) Activity.LoadLayout("Layout1") WebV.Initialize("WebV") Activity.AddView(WebV, 0dip, 0dip, 100%x, 100%y) WebV.LoadHtml("<html>... B4J Tutorial Remote debugging with B4J-Bridge - Erel    Oct 15, 2025   (21 reactions)   tags: B4J Bridge, Remote B4J v1.80 adds support for remote debugging using B4J-Bridge, a tool similar to the beloved B4A-Bridge. The purpose of B4J-Bridge is to allow you to connect the IDE to a remote machine such as a Mac computer or a Raspberry Pi board and to easily debug your app on the remote machine. The connection is done over the network (usually the local network). Instructions Download b4j_bridge.jar to...-13_13.15.43.png Now you can run your app in Release or Debug mode and debug it directly on the target... B4A Question Problem compiling on 9.8 from 8.8 - Peter Simpson (first post)    Mar 10, 2020   (1 reaction)
My problem is the Debug menu item is disabled !?!? I dont know why.
I also tried to upload.../forum/pages/results/?query=Debug+menu++disabled... 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 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 Question TitleBar MenuItem - abdo.b4a    Aug 4, 2020 Dear All using Activity.AddMenuItem3 i can add an icon to title bar is there a way to remove or disable icon from Title Bar programatically ?... Page: 1   2   3   4   5   6   7   |