Other For new(er) members: How to post a question/issue - KMatle    Sep 9, 2018   (11 reactions)   tags: Tag 1. Please post the code AND the error message from the logs as TEXT within CODE TAGS. 2. Don't post images 3. Describe what the problem is (full sentences, not 3 words, not "my car doesn't work - guess what it is") 4. Use the search function FIRST (assume you're not the first person having that question) 5. Assume that we have many power users here having huge and complex app... B4A Question How members here have put the app-ads.txt on their play store ? - AnandGupta    Sep 17, 2024 members here have put the app-ads.txt on their play store ?... B4A Question (RESOLVE) sending message to waiting queue of uninitialized activity (submitjob) - fishwolf    Aug 18, 2023 I have a simple form with a input text field when/where i can check the value of field for start with other functions. if i check in create function i have this warning and app is blocked sending message to waiting queue of uninitialized activity (submitjob)... B4J Code Snippet Generate Members for SceneBuilder (workaround) - jmon    Sep 17, 2024   (6 reactions) Hi,
This is a workaround to kind of restore the old "Generate Members" behavior, for UI..., and the compiled exe file.
Download the attached Script.zip, extract "GenerateMembersFXML.exe... B4J Question Error description: Unknown member: loadingpanelhideduration - DavidMeees    Jul 2, 2024 Hi
I have just started getting this Error Unknown member: loadingpanelhideduration when trying to...: Unknown member: loadingpanelhideduration
Error occurred on line: 197
xASVP_Main.LoadingPanelHideDuration... B4R Code Snippet BME280 - well known sensor: thermometer, barometer, hygrometer, altimeter - peacemaker    Nov 27, 2023   (3 reactions) #Region Project Attributes #AutoFlushLogs: True #CheckArrayBounds: True #StackBufferSize: 600 #End Region Sub Process_Globals Public Serial1 As Serial End Sub Private Sub AppStart Serial1.Initialize(115200) Log("AppStart") esp_bme280.Start_BME280 End Sub 'module name 'esp_bme280' 'Library https://github.com/DFRobot/DFRobot_BME280 'def... B4A Tutorial Android Process and activities life cycle - Erel    Feb 12, 2018   (14 reactions)   tags: B4A Life cycle, tutorial, B4A Explained , all of the views which are contained in the activity are being destroyed as well. If we hold... the activities. If for example you have one activity and the user pressed on the back key, the activity gets closed. Later when the phone gets low on memory (and eventually it will happen) the process... process will be reused. A Basic4android application is made of one or more activities. Android support.... Activities are somewhat similar to Windows Forms. One major difference is that, while an activity is not... B4A Code Snippet Using StartActivityForResult with JavaObject - Erel    Jun 18, 2020   (11 reactions)   tags: call external for result SubName: StartActivityForResult Description: This code demonstrates how JavaObject can be used to call external APIs that should be called with Context.startActivityForResult. Same implementation in...-745271 This code should be added to an Activity. You should also declare a process global variable... Sub StartActivityForResult(i As Intent) Dim jo As JavaObject = GetBA ion = jo.CreateEvent("anywheresoftware.b4a.IOnActivityResult", "ion", Null) jo.RunMethod... B4A Question Collaborative Project Proposal for Group Members - Adamdam    Sep 27, 2025 participating members only. Each participant can contribute a part (B4A coding, API integration... Bug? Title of the "Generate members" dialog - LucaMs    Nov 12, 2024 It's not a bug, just a detail.
If the "Generate members" dialog is open in the Designer and you change the selected module in the Editor, when you return to the dialog its title is not updated with the name of the currently selected module.... Page: 1   2   3   4   5   6   7   |