B4A Question FIXED - sending message to waiting queue of uninitialized activity (submitjob) - with test program - Robert Valentino    Aug 16, 2023 I have been getting this message (like others) NOW - I have attached a test.zip that contains a program that just causes this to happen. AND it is very repeatable This is how I can recreate it every time. 1) Have the IDE loaded and program open 2) HARD reboot the device you are going to run this program on 3) After device reboots - select Clear Project in IDE 4) Compile and Run (I am... paused). ** B4XMainPage::B4XPage_Disappear ** Service (starter) Destroy (ignored)** My test... Share My Creation [B4J] MAGMA-KEY - Test your typing speed (game, source code included) - Magma    Oct 25, 2022   (9 reactions) 85927 Hi there... I ve created a small game (~4hours) with B4J (seems that is extremely easy to do something like that) - i think it is easier than Visual Basic because b4j comes with all libraries you want... In this game you can test your typing speed - your eyes - your brain Every time pressing wrong key loosing a life, also loosing life every time key "button keys sprites" go at bottom... When ... score goes up - speed of falling letters maximized ! - You can resize window... B4J Code Snippet Test if process is running as administrator on Windows - Erel    Feb 14, 2024   (9 reactions) Private Sub IsRunningAsAdmin As Boolean Try Dim f As String = GetEnvironmentVariable("SYSTEMDRIVE", "") & "\isadmin.txt" File.WriteString(f, "", "test") File.Delete(f, "") Return True Catch Return False End Try End Sub A bit hacky but should work. Windows only.... Italian test - Erel    Feb 15, 2022   (1 reaction) test... Games Very very very simple Xui2d Test Project - ilan    Sep 4, 2018   (5 reactions) ok, so this is my first very simple xui2d example project. i am sure i am doing it very wrong because i still dont understand everything (or most) of xui2d but i just have to give it a chance and see how it works. i have some difficulties that i would like to mention. 1, if i want to create a body from a shape i created in tiled i use the TileMap.CreateObject function. it is nice and looks simpl... Share My Creation Speed test - Just for fun - zed    Nov 15, 2025   (34 reactions) I developed a custom speed test in B4J, a simple yet effective application that measures internet connection speed. It's a fun project born out of curiosity and a desire to have some fun. The speed test sends requests to a server, calculates the download and upload speeds, and then displays the results in real time in a clear interface. Beyond raw performance, this speed test is a demonstration: with B4J, you can quickly create practical, portable, and customizable tools. It showcases... B4J Tutorial [BANano] TIP: Running a test server - alwaysbusy    Dec 19, 2022   (12 reactions) UPDATE: since december 2022, chrome plugins like this have stopped working. Luckcely, the author of this plugin has created a standalone alternative you can install on your computer: Simple Web Server: https://simplewebserver.org/ ------------------------------------------------------------------------------------------------ For some things in BANano, e.g. cookies, you will need to run it on a... B4A Tutorial AdMob mediation - UnityAds (not tested) - Pendrush    Apr 20, 2025   (4 reactions) This tutorial assumes that you already have FirebaseAdMob2 implemented in your app. Implementation is NOT tested in B4A. You can test it if you want. If any of you have tested the implementation, please share your observations, as I don't have any project written with B4A. If you have problem compiling app please check THIS post. Follow Step 1 and Step 2 in this tutorial: https... additional libraries folder. You also can test example app from post #1 to check is everything is OK... B4J Tutorial jServer & SQLite [Multiple Request Stress Test] - tchart    Mar 20, 2022   (27 reactions) ones). Just to be 100% sure I put together a quick test using jServer/SQLite and then stress tested...). I then stress tested this with Web Surge using 100 threads over 60 seconds. As you can see below... this is a simplistic test but it does prove the point that unless you are having several thousand requests per... with almost zero effort. I performed the same test as above but with H2 as the backend (in embedded mode... B4J Question 1st PyBridge try: alfa-test - peacemaker    Jan 30, 2025 (DirectMethodHandleAccessor.java:104) ... 32 more Just alfa-test... Any updates in jRandomAccessFile lib?... Page: 1   2   3   4   5   6   7   |