B4J Tutorials

[B4X] [PyBridge] Desktop - Mobile Communication based on BLE (Bluetooth Low Energy)

Attachments

  • B4XPeripheral.zip
    181.1 KB · Views: 74
  • B4JCentral.zip
    4.6 KB · Views: 80

Deutsche Post Internetmarke - get Stamps per Api

This Thread is about the german Post and their free Api Service for Postalstamps and other Services...
 
Last edited:

[Web][SithasoDaisy5] Designing Web Forms with SDUIPreferences - Part 1

Last edited:

Integrated B4JPackager11 - The simple way to distribute standalone UI apps

B4JPackager11 is a utility written in B4J that uses the underlying Java tools to create a standalone package that doesn't depend on any other software being installed.
It works with OpenJDK 11 and...
 

Attachments

  • jssc.zip
    69.6 KB · Views: 116
Last edited:

Cache for WebApp was keeping previous version of .js file - How to fix

This was the first time I faced something like this and it was Chrome's fault. Here is what happened:

I added in a .js file a new javascript function. When I tried to call it, Chrome was saying...
 

[Web][SithasoDaisy5] Designing Forms with the Abstract Designer

Hi Fam

SithasoDaisy5 Demo

Before you start this tutorial, please ensure that your dev environment is setup by following this tutorial...
 
Last edited:

FXThemes

Now I have a windows 11 PC and thanks to a prod from one of @Cableguy posts on another thread, I finally got round to looking at an alternative to my Replacement Titlebar lib.

This...
 
Last edited:

jBluetooth under Linux: also works

Last edited:

Creating Linux DEB-package for GUI B4J app

This tutorial is made for Linux JDK14 set Java + JavaFX for B4J practically, AI suggestions were partially OK only.
The .jar app file is compiled at Windows developer host.

Building a DEB...
 

Attachments

  • TempDownload.png
    TempDownload.png
    10.5 KB · Views: 57
Last edited:

B4J-Bridge dockerimage

[PyBridge] Linear regression with scikit learn

Attachments

  • Project.zip
    27 KB · Views: 73

[PyBridge] Tips to make life easier

1, Download VSCode to edit the Python source files (you get hints etc)
2, Put the Python source code in files directory. (set external tool to VSCode for easy editing)
3, Run the code from...
 
Last edited:

MathArt

Sure you will figure it out. Four rotating/pivoting arms of different length and rotating at different speeds (some CW and some CCW) to make all kinds of interesting drawings. Change the speed /...
 

Attachments

  • b4jMathArt.zip
    2.9 KB · Views: 96

HTMX+Bootstrap5+MiniHTML+WebApiUtils+Server

Attachments

  • WebApiUtils.b4xlib
    8.9 KB · Views: 88
  • MiniHtml.b4xlib
    19.8 KB · Views: 81
  • htmx-b4x.zip
    3.2 KB · Views: 85
Last edited:

Tip : B4XLib documentation

I recently spent half a day on a wild goose chase trying to find out what was going on with SQLCipher, while the issue turned out to be B4XTable.b4xlib containing an #AdditionalJar for...
 

Trace of a point on a rolling wheel

1737802553488.png
 

Attachments

  • b4jRotatingWheel.zip
    2.2 KB · Views: 74
Last edited:

Run B4J java and javafx UI Applications on Linux ARM32, ARM64 & Intel/AMD Computers and VPSs

To run a B4J console or GUI Application on any 32-bit or 64-bit ARM computer, follow these steps:

Have tested it on Raspberry Pi 4 and Orange Pi Zero 3, 2W running Ubuntu 21.04 and 22.04...
 
Last edited:

Using MiniORMUtils in Web API Server v3

Introduction
At the time of writing, MiniORMUtils is version 1.14 and Web API Server v3 is version 3.00.
MiniORMUtils support SQLite and MySQL databases.
We don't need to write...
 
Last edited:

Google Image Downloader (using Pnd_Selenium Library)

Hi there,

I am sharing my example Google Image Downloader using Selenium and to be more specific Pnd_Selenium lib (from Pendrush) that you can find here...
 

Attachments

  • Google Image Downloader.zip
    18.4 KB · Views: 110
Last edited:

[WebApps] Using Laragon as your development web server

Top