B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine - MichalK73 (first post)    Jan 6, 2026
This is not set in desktop preferences.
It is set in Winetricks.
I know. But it didn't affect ... B4A Question Seeking Guidance on Optimizing Database Access for Scaling B4X App - Bladimir Silva Toro (first post)    Jan 12, 2026 .
The server for MySQL and jRDC2 should have this hardware:
16 vCPUs, 32 GB RAM, NVMe SSD, 64-bit Linux... B4A Library USBSerial Enhanced - Based on usb-serial-for-android-3.10.0 - Peter Simpson    Jan 11, 2026   (18 reactions) Simpson
Version: 1.01
USBSerialEnhanced
Enhanced USB Serial library with support for 32-bit data types...()) As Float
Converts a 4-byte array into a single 32-bit Float.
Data is the 4-byte array containing... As Byte()) As Int
Converts a 4-byte array back into a 32-bit Signed Integer.
Data is the 4-byte array in...
Closes the serial port connection and stops the internal IO manager.
CombineTo32Bit (highOrder As Int... B4A Question Question about the B4XSignatureTemplate - TILogistic (first post)    Jan 19, 2026 )
'Test resize and base64 the image.
Dim Base64 As String : Dim SU As StringUtils
'Resize the length base64 to save.
'For save in datbase column type text, varchar or blob.
Base64 = SU.EncodeBase64(ImageToBytes(B4XSignature1.Bitmap... B4A Question PDFium library 16 KB issue - Kadandale Ganapathy Bhat    Jan 7, 2026 not support 16 KB Hide detail Learn more Libraries that do not support 16 KB: base/lib/arm64-v8a/libmodft2.so base/lib/arm64-v8a/libmodpdfium.so base/lib/arm64-v8a/libmodpng.so base/lib/x86_64/libc++_shared.so base/lib/x86_64/libjniPdfium.so base/lib/x86_64/libmodft2.so base/lib/x86_64/libmodpdfium.so base/lib/x86_64/libmodpng.so I implimented pdf new version as guided in https://www.b4x.com... i have problem with only one library Does not support 16 KB base/lib/x86_64/libc++_shared.so How... B4A Question @ symbol in soft keyboard - LucasHeer (first post)    Jan 16, 2026   (1 reaction) = Bit.Or(Bit.Or(INPUT_TYPE_TEXT, INPUT_TYPE_EMAIL), INPUT_TYPE_NOSUGGESTIONS) If(use_suggestions) Then et.InputType = Bit.Or(INPUT_TYPE_TEXT, INPUT_TYPE_EMAIL) Else et.InputType = Bit.Or(Bit.Or... B4A Question Webcam, VLC and rtsp - sirjo66 (first post)    Jan 7, 2026 You can try XMTV player for Android https://xmtv-player.it.softonic.com/android link = "xmtv://" & b64.EncodeStoS(link, "utf8") Dim ii As Intent ii.Initialize(ii.ACTION_VIEW, link) StartActivity(ii)... B4A Library [B4X] CodeBundle – Export Projects as a Single JSON for AI Analysis - Magma (first post)    Dec 28, 2025   (2 reactions) is a significant advantage. We might consider extending this functionality to embed assets using Base64... B4A Library TensorFlow Lite library for B4A - Deliang    Jan 13, 2026   (2 reactions) = pixint(0) Dim r As Int = Bit.And(Bit.ShiftRight(argb, 16), 0xFF) Dim g As Int = Bit.And(Bit.ShiftRight(argb, 8), 0xFF) Dim b As Int = Bit.And(argb, 0xFF) inputdata... B4A Question If List1 = List2 doesn't work - William Lancee (first post)    Dec 30, 2025 I was curious why @Tim Chapman got the List1 = List2 log. I had never tried this, so I experimented a bit. My expectation was that all logs would be 'false', since Dim/Initialize creates different objects. Curious and curiouser. Dim List1 As List List1.Initialize Dim List2 As List List2.Initialize Dim List3 As List List3.Initialize Log(List1 = List2) 'true Log(List1 = List3) 'true Log(List2 = List3) 'true List1.Add... Page: 1   2   |