| B4A Tutorial B4A Change Log (versions history) - Erel    Jul 16, 2025   (12 reactions)   tags: ide, change whatsnew symbol that is added during compilation. It can be used to exclude code from the IDE case-corrector... libraries updated to support updated SDK. v13.3 - June 9, 2025 - https://www.b4x.com/android/forum... modules. Format: <type>, <name>, <link>. Type can be Title or After Save. More to come..., ide://run?File=%B4X%\Zipper.jar&Args=Project.zip 'open Objects folder after saving project: #Macro: After Save, open objects folder, ide://run?File=%WINDIR%\explorer.exe&Args... 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... start complex projects without any experience 7. We love to help but you need to help us to... B4A Code Snippet Advertising id - Erel    Sep 3, 2025   (15 reactions)   tags: phone imei id As String) If Id <> "" Then Log(Id) Else Log("Error retreiving key") Log(LastException) End If End Sub Q: What is the advertising id...1. Add a reference to FirebaseAdMob2. 2. Add to manifest editor: CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase) AddPermission(com.google.android.gms.permission.AD_ID) 3. Add: Private Sub GetAdvertisingId As ResumableSub Dim jo As JavaObject = Me jo.RunMethod... B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code - spsp    Jan 3, 2024   (56 reactions) Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic, Underline... save to file with/without compression Source full commented, example for B4J and B4A, I don't use B4I (but should be OK) dependencies : B4XCollections RandomAccessFile Help welcome to add... B4A Question How to see the B4A logging record - yshzsl    Jun 3, 2024 Hi, hello everyone. I am using B4A,I can connect to the phone to debugger program, but I don t know where to read the error log. The computer shows that the log record is connected to the phone, then no other content is displayed. Ask for help.Thanks... B4i Question [B4X] how to get a xCustomListView from a container if it was generated dynamically - Alexander Stolte    Aug 9, 2021 (xpnl_vertical,"") Next Application_Start Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events. Application_Active Error occurred on line: 51 (b4xp_preview) Method not...I have a form with a xCustomListView, I now add this form to another xCustomListView as an item. How can I access this dynamic added xCustomListView now? This is not working: As these conventions... For i = 0 To 10 -1 Dim xpnl_vertical As B4XView = xui.CreatePanel("") xpnl_vertical... B4A Tutorial Android Device Unique ID - Alternative to PhoneId - Erel    Jun 10, 2020   (8 reactions)   tags: SDK post: Identifying App Installations | Android Developers Blog The standard way to get a unique id... should work on all devices (without requiring any permission). A general solution is to use this field for modern devices and to use a "fake" id for older devices. The fake id is randomly... Activity_Create(FirstTime As Boolean) Log(GetDeviceId) End Sub Sub GetDeviceId As String Dim r...This is an old tutorial. It will not work on new versions of Android. You should either generate... B4A Question Get unique id for user - webhost.company    Nov 9, 2020 According to Android rules, We cannot use android_id or device_id or mac_address in new version android As well, Use sms is not good idea for this Please suggest to me for use unique id in each device for user I need to it for use payment and other Thanks... B4A Question build b4a app using github ci ? - AbdurRahman (first post)    Apr 8, 2021 This time I used same my own jdk,
with sdk that b4a share link at download page,
but same result.
How do I know what's causing problem ?
Looks like IDE is obfuscated from error msg.
 
Is there any logging system for cli version as well ?
I tried -log, but failed.
https://www.b4x.com/android/forum/pages/results/?query=how+to+generate+IDE+logs+b4a...  B4A Library [B4X] barcodeGenerator - Cross platform Barcode code generator - Lucas Siqueira    May 8, 2023   (20 reactions) codeBarGenerator is a class that generates barcodes. It is written in B4X and is compatible with B4A, B4i and B4J. At the moment the class only generates barcode in EAN13, UPC-A and CODE128-B format, you can modify the class and improve it even more. Versions V1.02 - barcode in CODE128-B. V1.01 - barcode in UPC-A. V1.00 - barcode in EAN13. 141852... Page: 1   2   3   4   5   6   7   |