B4J Tutorials

[Web][SithasoDaisy5] Easy Peasy Lemon Squeezy Excel Report Manager (Read, Update, Download Excel Files)

Hi Fam

Some web apps need to be completed with reporting functionality. This can be in PDF, Excel, Word format etc. Today we look at Excel Reporting. You can create your Excel Template to...
 

Attachments

  • SDUI5ExcelReport.bas
    3.9 KB · Views: 49
Last edited:

[Web][SithasoDaisy5] LowCode - How to Build An Inventory Management WebApp (Fine Tuning UI & Fake Data Tests)

Hi Fam

SithasoDaisy5 Low Code Generator

Good News: We have updated the LowCode tool to generate fake data.

In this 3rd part of our tutorial, we are working towards fine-tuning...
 
Last edited:

[Web][SithasoDaisy5] LowCode - How to Build An Inventory Management WebApp (Purchases & Sales)

Hi Fam

This is the 2nd totorial. The 1st tutorial is here.

...
 

[Web][SithasoDaisy5] LowCode - How to Build An Inventory Management WebApp (Products)

Last edited:

[Web][SithasoDaisy5] Low Code - Using 2 Drawers (left & right) in your app

eu/hansolo/fx/spinner

Edit: A better sample project in post #3 but need the JAR in post #1.

It is based on this Github posting. But could most probably be done in a far more efficient way than what I have...
 

Attachments

  • OdoMeterJHS.jar
    48.9 KB · Views: 49
  • b4jSpinner.zip
    4.1 KB · Views: 46
Last edited:

DotMatrix

It is based on this posting. Copy the attached Jar to your B4J library folder.
Sample project attached
See how the chars scroll across the DotMatrix - the code (via a timer) will...
 

Attachments

  • dotmatrix-17.0.0.jar
    46.3 KB · Views: 66
  • DotMatrix.zip
    2.2 KB · Views: 64
Last edited:

Running Jar with double click (in Java OpenJDK 11+ )

As shared in multiple places in this forum Java 11 OpenJDK does not allow to run jar files directly. (here)

Here is an easy workaround...

1. Run cmd with administrator privilege.
2...
 
Last edited:

[B4X] B4XTable sample working with MinimaList

Attachments

  • example3.zip
    20.9 KB · Views: 47
Last edited:

OdoMeter with JavaObject

Attachments

  • OdoMeterJHS.jar
    49.2 KB · Views: 54
  • b4jOdoMeter.zip
    3.4 KB · Views: 60
Last edited:

[Web][SithasoDaisy5] Building Large Forms with SithasoDaisy5 Low Code Generator for B4X

Monitor with JavaObject

It is based on this Github Project. Need at least Java 17 (me thinks). Maybe useful to someone but then do not expect me to support it. View the Jar and do whatever changes you need to...
 

Attachments

  • monitor-17.0.0.jar
    41.4 KB · Views: 71
  • Monitor.zip
    10.6 KB · Views: 79
Last edited:

TouchSlider

It comes from here. Seems to me you need at least Java SDK 17. I have used 19 for this B4J project - all dome with JavaObject.
Attached the Jar and the B4J project - copy the jar to...
 

Attachments

  • TouchSlider-17.0.0.jar
    36.5 KB · Views: 57
  • TouchSlider.zip
    2.1 KB · Views: 53

[Web][SithasoDaisy5] Let's create some layouts.

Hi Fam

In this post we will look at creating some layouts...

SithasoDaisy5 is available for free here

Here we go.
 
Last edited:

Using Resource Hacker to replace 'OpenJDK Platform' app name and icon

There are a few question threads about using Resource Hacker to make sure that your app name and icon appear everywhere you might want it to such as in the taskbar/Task Manager/File Properties...
 

Attachments

  • image_2021-12-11_191236.png
    image_2021-12-11_191236.png
    80.1 KB · Views: 641
Last edited:

SithasoDaisy2: Let's create a Libs.json Generator for Aeric's Additional Libraries Downloader

Hi Fam

Use Tool hosted on PocketHost

Aeric has created an amazing tool to download Additional Libraries. This however needs a libs.json file for it to work. A sample of that file has...
 
Last edited:

[B4X] B4XTable sample working with SQLite

[B4X] B4XTable Sample 1​

A sample project to demonstrate loading SQLite data into B4XTable
Android Devices data (JSON) downloaded from Internet
GitHub...
 

Attachments

  • example1.zip
    21.3 KB · Views: 55
  • example2.zip
    21.4 KB · Views: 56
Last edited:

AES Encryption Example - Encrypt Plain Text and or files

With this example, you can encrypt and decrypt plain text and files. The following options are available:
  • Text encoding options: Hex or Base64
  • Selectable key sizes: AES-128, AES-192, or...
 

Attachments

  • Screenshot 2025-08-17 113448.png
    Screenshot 2025-08-17 113448.png
    121.6 KB · Views: 99
  • TestEncryption.zip
    10.3 KB · Views: 89

PocketBase - Going behind the scenes with the "--dev" arguement

Hi Fam

In pocketbase there is an arguement that you can pass to your command to start PocketBase that goes behind the scenes and displays each and every command that pocketbase executes...
 

Medusa Clocks with JavaObject

Not meant to take anything away from @teddybear post here but thought I would give the clock a shot by using JavaObject. The attached B4J project creates the 16 different clock...
 

Attachments

  • medusaClockJOClass.zip
    5.4 KB · Views: 78
Last edited:
Top