B4J Tutorials

SignalTower

It comes from here. Have compiled it to a Jar (no XML) and using it with JavaObject. The Tower lights are switched via a B4J Timer. Switch them on whatever condition(s) you want them...
 

Attachments

  • signalTower.jar
    46.6 KB · Views: 48
  • b4jSignalTower.zip
    4.4 KB · Views: 41

[Web][SithasoDaisy5] Low Code Generator - Let's create a stunning DashBoard

Hi Fam

SD5 LowCode Generator

Let's say your app need a dashboard with charts and some stats. We got you!

In this example we have create a page with some rows and columns. We then added...
 

[Web][MiniHtml] Quick Scaffolding with Code Snippets

MiniHtml v0.20 has a big update!

With embedded Code Snippets, this is a new beginning of using reusable templates to create webpage.
Let's take a look on 2 ready-to-use...
 
Last edited:

[Web][SithasoDaisy5] LowCode Generator - Let's create a CRUD App using PocketBase (SQLite WebServer)

Hi Fam

By the end of this tutorial, you would have used the SithasoDaisy5 LowCode Generator to create a CRUD App using PocketBase (SQLite WebServer).

If you have not got yourself up to...
 

[Web][SithasoDaisy5] LowCode - Creating your Own User Interfaces

Hi Fam

1759791080388.png


We are breaking Free from Rigid Templates


Most low-code tools lock you into drag-and-drop interfaces that limit your creativity. In our previous...
 

[Web][SithasoDaisy5]🚀 Building Responsive Low-Code Web Apps with BANano in B4X

Hi Fam

Experience it for yourself

In today’s fast-paced world of software development, low-code platforms are bridging the gap between ideas and working apps faster than ever before...
 
Last edited:

[Web] Beginning WebApp/WebSite Development with SithasoDaisy5

Hi Fam

Demo

Open Source B4xLib...
 
Last edited:

[B4X] Create B4xLib (only 1 easy click)

Creating a b4xlib is easy.
You only need a B4X code (class or code module) with .bas file extension compressed into a file with the file extension .b4xlib.
You can add a...
 
Last edited:

A* Search Navigation demo

based on the current discussions happening across the different threads.

have fun
 

Attachments

  • 1760343038461.png
    1760343038461.png
    249.8 KB · Views: 70
  • B4JNavi.zip
    12.6 KB · Views: 34
Last edited:

A* Search Algorithm

It is based on this web posting.

"......To approximate the shortest path in real-life situations, like- in maps, games where there can be many hindrances......"

It is done with some...
 

Attachments

  • b4jAStar.zip
    4.9 KB · Views: 49
Last edited:

? Printing on A4 and Letter sized paper

Hello all,
As the title say, this is a quick tutorial on how to print on A4 or Letter sized paper using the follow information provided by Steve Laming (better known as @stevel05)...
 

Attachments

  • Pint on A4.pdf
    51.2 KB · Views: 1,093
  • Print on Letter.pdf
    49.9 KB · Views: 850
  • PrintA4Letter.zip
    69 KB · Views: 1,221
Last edited:

[Web] [SithasoDaisy5] Using LeafLet Maps

Hi Fam

The next update of SithasoDaisy will have Leaflet Maps. These will be available via the abstract designer...

1748183185280.png


One will be able to trap both map and marker events...

So far...
 

Mini-Tutorial Creating a B4J Jar Library in Java

Overview
This repository is a mini-tutorial that shows how to create a simple B4J library (jMathLib) written in Java and use it inside a B4J application.

It’s not meant as a...
 
Last edited:

MenuBar Icons on MainTitle Menu

Hello,
my Task was to substitute the Title Menus with an Icon or to add an Icon to the text.
I found a good solution in the Forum as a base and modfied it to solve the task.

Place this code in the page with the menubar:
private Sub...
 

SixteenSegment

It comes from this Github posting.
Copy the attached Jar to your B4J library folder.
B4J Sample project attached

Add more of the same, you can make it for eg scroll via a timer from...
 

Attachments

  • SixteenSegment.jar
    21.8 KB · Views: 56
  • b4jSixteenSegment.zip
    2.2 KB · Views: 56

SevenSegment

Is comes from this Github posting
Copy the attached Jar to your B4J library folder
It only shows "0" to "9" and "."
Enjoy

1758948548827.png



Sample Code:
#Region Project Attributes...
 

Attachments

  • b4jSevenSegment.zip
    2.2 KB · Views: 60
  • SevenSegment.jar
    17.4 KB · Views: 58

FlipClock

It comes from here. Not sure that I have it 100% correct - maybe some members can improve on this.

Jar attached - copy it to your B4J additional libs folder.

Have also added the Java...
 

Attachments

  • FlipClock.jar
    91.9 KB · Views: 53
  • b4jFlipClock.zip
    2.9 KB · Views: 50
  • src.zip
    44.9 KB · Views: 59
  • resources.zip
    21.5 KB · Views: 55

[Web][SithasoDaisy5] Automated Excel Report Templates Generation with Low-Code Generator

Hi Fam!

In our latest tutorial video, we take the next big step in streamlining report generation for B4X Web applications — automatically generating Excel report templates using our...
 

Title: 🚀 Quick Progress: Inventory Management System in B4J with JDashboardUI and Magic API

Hi community,


I wanted to share a quick progress update I achieved in just a couple of hours: an inventory management system in B4J. I was inspired by these posts:


  • ...
 

[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:
Top