I am trying to compile one of the old projects but I am getting the following error:
B4X:
B4A Version: 12.20
Parsing code. (0.71s)
Java Version: 11
Building folders structure. (0.31s)
Compiling code. (0.42s)
Compiling layouts code. (0.03s)
Organizing libraries. (0.00s)...
I get this error in the console after doing xui.LoadBitmapResize:
B4X:
Error opening stream (/private/var/mobile/Containers/Data/Application/8C17164B-9840-4F81-9D8E-381759FA500C/tmp/virtual_assets/alert-icon-1562.png): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"...
I get this error in the console after doing xui.LoadBitmapResize:
B4X:
Error opening stream (/private/var/mobile/Containers/Data/Application/8C17164B-9840-4F81-9D8E-381759FA500C/tmp/virtual_assets/alert-icon-1562.png): Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"...
When I check an app in debug mode it's easy to understand where the error is, because in the log is reported which is the module and b4j line of the error.
In release mode the check is not so easy: in my example there is a server application in which the log file is redirected on a file.
The...
Hello.
I use the Googleoauth2 class to send mail. Everything works fine, but when a week or so passes. the access token is not renewed and I get this error:
B4X:
Getting access token from refresh token...
ResponseError. Reason: , Response: {
"error": "invalid_grant",
"error_description"...
Hey guys
I'm trying to test BANano - I can't see the version 7.35 in the IDE
I downloaded 2 or 3 times and installed everything from scratch many times too, but I continue seeing v6.59
also reinstalled B4J, and reset..
I got BANano from here:
[BANano] Website/App/PWA library with Abstract...
Hello everybody,
I use a B4XFloatTextField in my program. With SetTextAlignment I want to center the font.
B4X:
txtGewicht.TextField.SetTextAlignment("CENTER", "CENTER")
An error occurs when starting the program:
B4XFloatTextField SetTextAlignment with error
ادامه مطلب...
Error
* daemon not running; starting now at tcp:5037
could not read ok from ADB Server
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon
-----------------------------------------------------------------------
- The error appeared by itself, it worked...
Hi everyone. Could anybody help me with this error ?
error appear in line 10
B4X:
For Each colTable As Map In Table
Thank you.
Error occurred on line: 101 (Pag_articole)
java.lang.RuntimeException: Object should first be initialized (List).
at...
Hi,
Newbie Q, sorry. I'm trying out some of the apps from the "Share your creations" section of these forums.
I'm trying to build the B4A Help App (from B4A Help App ), but I get errors :
Errors:
B4A Version: 10.0
Java Version: 11
Parsing code. Error
Error parsing program.
Error...
I'm trying to read a JSON file in but having problems understanding why I can't read the full data as I get an error the JSON is below, sorry is so long
Spoiler
location: Rhyl [Denbighshire;United Kingdom]
day
1
date: 20200830
rain: 0
symbol_value: 2
uv_index_max: 4
snowline: 2400...
Buenas tardes.
Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables...
B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items
This class replaces the custom CustomListView module...
Buenas tardes.
Siguiendo este ejemple de Erel sobre el uso de los Custom List Vuew desplegables...
B4A Library - [B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items
This class replaces the custom CustomListView module...
Hi, I'm working on a project where I'm using S3 buckets to store files and I'm using the code made by @JackKirk (https://www.b4x.com/android/forum/t...re-calculator-b4x-works-on-b4a-b4i-b4j.81272/), I'm doing a non ui app and when I test the code in Debug mode everithing is working as expected...
Hi
I am unsure why this produces a runtime fatal error. I'm trying to delete a row within a custom list view
B4X:
Sub lblDelete_Click
Dim result As Int
'check if user really wants to delete
Msgbox2Async("Are you sure?", "Delete Entry", "Yes", "Cancel", "No", Null, False)...
Hi everyone, my pc crashed and unfortunately I don't have the latest working file for my application, so I reinstalled everything but now it gives me this error.
B4X:
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted...
Hi everyone, my pc crashed and unfortunately I don't have the latest working file for my application, so I reinstalled everything but now it gives me this error.
B4X:
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted...
Out of nowhere, I received this error during compilation:
B4i Version: 6.80
Parsing code. (0.46s)
Building folders structure. (0.48s)
Compiling code. (0.87s)
Compiling layouts code. (0.10s)
Building Xcode project (0.58s)
Sending data to remote compiler. Error
Out: note: Using new build system...
Hello.
I have been away for a while. I am now trying to clear the dust away and keep with an old b4x project. (didn't touch computer aprox. a year)
needless to say, I have installed all sdk manager recommendations to the last updated.
while trying to compile I get this error as the title ...
Hi, I have an App where the user subscribes to a service of his choice , and according to the service chosen a .png file is downloaded and used as an icon to represent the service he is subscribed to . Everything works fine and I have multiple logs that check that the download was executed...