Wish Update OpenJDK - Peter Simpson    Apr 27, 2022   (2 reactions) I've been using OpenJDK 14 + OpenJFX 14 from Erels beta release post for a couple of years now for all my B4X projects, it works perfect. My wish is simply to hope that Anywhere Software updates to OpenJDK 18 + OpenJFX 18 sooner rather than later, especially as the B4A and B4J download pages still use OpenJDK 11 + OpenJFX 11 when OpenJDK 14 + OpenJFX 14 from the forum works perfectly well on all my cross platform projects. Thank you...... B4i Tutorial Open external files with your app - Erel    Dec 19, 2022   (2 reactions) open the file with another app. This tutorial explains how you can add your app to this list and then open the file. For example you can use this to open CSV files received by mail in your app or... #PlistExtra: </dict> #PlistExtra:</array> When the user will click on the Open in... option and choose your app, your app will start and OpenUrl will be called: Private Sub Application_OpenUrl (Url As String, Data As Object) As Boolean If Url.StartsWith("file://"... Share My Creation [Web][SithasoDaisy5] Low Code Generated CRUD WebApp using MySQL as Back-End via REST API (PHP) - Mashiane    Oct 22, 2025   (3 reactions) Hi Fam Download Complete Deployable Project (Source Included) To run this WebApp, you will need... Code Generator Import the attached addressbook.sql to your MySQL using phpMyAdmin After opening... Projects We Did Before https://www.b4x.com/android/forum/threads/web-sithasodaisy-revolutionize-your-ride.../ https://www.b4x.com/android/forum/threads/web-familytree-developed-with-sithasodaisy5.166754/ https://www.b4x.com/android/forum/threads/web-collectables-tracker-with-sithasodaisy5-uses-php-mysql... B4A Question Know if an EditText was typed or acquired by a barcode reader - vecino (first post)    Oct 7, 2021 Yes, exactly like that, a barcode reader reads like a keyboard. If you have a notepad open, it will type there, if you have a web browser open, it will type there... it works like a keyboard.... B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane    Apr 23, 2024   (18 reactions) BANanoVuetifyAD3 Library Download Kitchen Sink WebApp (Optional - useful for Learning how this works... What's New To use this free and open source B4J library, you need BANano. IMPORTANT: BANano... your back-end is accessible. MySQL SQLite MSSQL WebServers You Can Use Laragon - publish to c:\laragon\www https://www.b4x.com/android/forum/threads/webapps-using-laragon-as-your-development-web... to recompile on your PC. "Do not Compile to Library" 3. Do a HARD REFRESH of your browser.... B4A Library WebSocket Client Library - Erel    Apr 22, 2020   (21 reactions)   tags: web, WebSocket, api This library allows you to create WebSocket connections with servers that support WebSockets. It is based on this open source project: http://autobahn.ws/android/# The main benefit of this library is that you can use it to communicate with B4J WebApp solutions. The attached example includes a class named WebSocketHandler. With this class you can send events to the server and the server can send... As WebSocket Private timer1 As Timer End Sub Public Sub Initialize End Sub Private Sub... B4J Question OpenJDK 17 or 19? JavaFX SDK 17? - aeric    Feb 1, 2023   (1 reaction) I understand that the recommended version for B4J (current version 9.80) is OpenJDK 11. Should I combine javafx17 with openjdk17? Or can I leave open jdk11? Better to use jdk11 or 14. https... of OpenJDK you like. You just need to download the three pieces and put them in the right place: - OpenJDK... yes, version 17 or 19? Do I need to choose OpenJDK 17 since JDK 17 is LTS version? and because JavaFX 17 is also LTS version? Can I mix OpenJDK 19 with JavaFX SDK 17? Does it have any effect to... Share My Creation [Web][SithasoDaisy2 Wireframes]: Unleash the Force of Ultimate Web MobileApp Design - Mashiane    Aug 17, 2024   (4 reactions) ***** Hey there, fellow web enthusiasts! Are you tired of the cumbersome process of designing mobile web applications? Do you wish there was a tool that could streamline your workflow and unleash... game-changing for you – introducing SithasoDaisy Wireframes, the ultimate Wireframing Web Application powered by the Force of TailwindCSS! Picture this: You have a brilliant idea for a mobile web app... goodbye to hours of tedious designs and say hello to a world of intuitive design. This powerful web... Share My Creation Garage Door Opener (with source code) - josejad    Aug 26, 2021   (58 reactions) message to the ESP to close the contacts of a remote to open a garage door. You can send the mqtt message from the app or from a widget. The schema is something like this. I open two garage doors and... input from an open/close contact, or even omit this part if you just want to open the door instead. ******************* Schema: 87552 So you need to open your remote, and try to close the button contacts. If your door opens, it will work 87553 Feel free to improve it and share!! Some things... B4A Library WebViewExtras - warwound    Oct 16, 2023   (36 reactions)   tags: Webview Hi all. WebViewExtras is my latest library. It's a much updated version of JSInterface. WebViewExtras exposes more of the available native Android WebView methods to your B4A application: addJavascriptInterface(webView1 As WebView, interfaceName As String) Add a javascript interface to webView1, methods of the interface can be accessed using javascript with the interfaceName... your webView with the interfaceName of "B4A" then you can write javascript... Page: 1   2   3   4   5   6   7   |