B4J Tutorial [B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine - MichalK73 (first post)    Apr 10, 2026 I'm just suggesting another option, not criticizing other things. Hmmm, Wine also takes up 2-3GB of disk space and is burdensome ... B4A Question [SOLVED] Compile Errors - tsteward    Mar 28, 2026 19.0.2+7-44) # Java VM: OpenJDK 64-Bit Server VM (19.0.2+7-44, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # V # # No core dump... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross platform library with several features: - Text drawing engine. - Text layout engine. - BBCode parser. - Two custom views that connect everything: BBCodeView - multiline, scrollable with support... the internal ImageView from BBLabel after it is drawn. - v1.64 - New property... the assets folder. Another example with a bit more logic is available here: https://www.b4x.com... B4A Library Export point to Shapefile - sigster    Apr 9, 2026   (2 reactions) points.Initialize points.Add(Array(-21.942635, 64.146583, 1, "Point A")) points.Add(Array(-21.940000, 64.148000, 2, "Point B")) points.Add(Array(-21.938000, 64... Share My Creation [B4X][UUIDv7] (UPDATE) Class UUID generation for version 7 - TILogistic    Mar 13, 2026   (9 reactions) This class correctly implements UUIDv7, following the recommendations of RFC 4122 and the UUIDv7 proposal. It generates time-sortable UUIDs with the correct version and variant, and with sufficient randomness to guarantee their uniqueness. Furthermore, it handles collisions within the same millisecond using monotonic increments, following industry-standard practices for modern UUIDs. 🕒 48-bit timestamp (time-sortable) - It was corrected 🎲 80 random/monotonic bits generated with SecureRandom... B4A Question The application must be compatible with 16KB memory pages - b4xgifview - AlfaizDev    Apr 4, 2026 The two libraries that are not compatible with the 16KB memory page size are: base/lib/arm64-v8a/libpl_droidsonroids_gif.so base/lib/x86_64/libpl_droidsonroids_gif.so https://www.b4x.com/android/forum/threads/b4x-b4xgifview-cross-platform-animated-gif-view.118550/ thanks... B4J Code Snippet [B4X] Tips for AI - Vibe Coding !!!! - aeric (first post)    Mar 16, 2026 So far so good... This is taking a bit longer, we're still on it. (esc to cancel, ?m ??s) 😅... B4A Question Got a Pixel phone + usb connection + Android 16? - Sandman (first post)    Apr 7, 2026   (1 reaction)
Wonder if mine is related to yours?
Best guess: yes.
Has anyone done a 'adb logcat -d > device.txt' ?
Oh yes, quite a bit. The only thing ever that comes up is that there is something with the Starter, even though it's completely unmodified from a blank project. (I'm... behind-the-scenes code for the Starter.) Check out the linked thread in #1 for a bit more info.... B4A Library [B4X][B4A]B4XDaisyDock: Sleek, Responsive Navigation Inspired by DaisyUI & Tailwind - Mashiane    Mar 31, 2026   (6 reactions) , "primary") ' Add to your view myDock.AddToParent(Root, 0, Root.Height - 64dip, Root.Width, 64dip) myDock.ActiveIndex = 0 ' Handle clicks Sub myDock_ItemClick (ItemId As String) Log... Share My Creation [VS Code B4X IDE Companion]: Supercharging VS Code for B4X - How It Works & Why I Need It, You Might Too - Sandman (first post)    Apr 1, 2026 This isn't just a basic syntax highlighter; it is a full-featured Language Server Protocol (LSP) integration that understands the B4X language structure. Can you explain on bit what this actually means? As we all know, B4X natively doesn't support LSP, what have you done to make your own LSP?... Page: 1   2   |