B4J Tutorials

SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase

Hi

I am putting this out here for everyone to easily find it. It was discussed as part of the talk...
 

[SOLVED][ABMaterial/BANano] BANano Libraries for ABMaterial - ID not found

So...

I wanted to test the new feature of creating BaNano libs to use with ABMaterial...
I basically copied the hover example as it was what I needed for time being, and followed the...
 

SolarSystem

It is a B4J "kick-start" project for the JAR of this Github project. How to use it:
1. Copy the attached B4J project - the B4J code is very simple:
B4J code:
#Region Project Attributes...
 

Attachments

  • SolarSystemRunnable.jar
    8.7 KB · Views: 144
  • b4jSolarSystem.zip
    1.6 KB · Views: 144

SQLite or MySQL database

  1. For any project where a database is required - it's very important to have possibility to see the database data, to debug the app.
  2. If the app is used on a remote server host, and...
 

Attachments

  • php_scripts.zip
    308.6 KB · Views: 112
Last edited:

CSS Utils and JavaFX version (FYI)

When using the CSS Utils library in a new B4J project i found that there is a newer document for the Javafx CSS properties webpage.
In the (old - 2015) thread CSS Utils you can find a link...
 

[B4X] B4X Programming Technics + Track Changes Tool

My struggle and win with Advance Project Management of Saif

Hi Members,

Warning: This a first post I have written so long that it may cure insomnia of members. I tagged this post as tutorial as it has guidance for solving errors as I found.

First I will...
 

Galaxy

Not to scale but all planets as well as the sun rotating on their respective axis's at the same rate (for now) - a 3D view of all of the planets and the sun (have included Pluto)

Download it from...
 

Ngrok and B4J Servers

Introduction to Ngrok
This works because Ngrok is calling outbound, and meeting its other side on the internet.

ngrok is an application that gives you external (internet) access...
 

[ABMaterial] Since Feedback is still down... I have a "wish"/question to make....

Hi guys...

Well, this goes straight to @alwaysbusy ...

Is it possible to still have a left aligned container in the Navigationbar WITHOUT havins any sidebar items?
If YES, please explain...
 

AS Scheduler + AS FloatingPanel = Appointment Info Card

1659888703261.png

This is an example project of how to add an info card when hovering over an Appointment.

This Example project are working with the DayView, MonthView and AgendaView on B4J.

You need...
 

Attachments

  • AS Scheduler + AS FloatingPanel.zip
    11.2 KB · Views: 236
Last edited:

[BANano] Searching B4xGoodies & Creating Overviews with Walt's B4xGoodies Explorer using BVAD3

Ola

Download

Recently a WebApp built using BANano+Vuetify was created to enable one to explore Walts B4XGoodies.

The Creation -...
 

SithasoDaisy: How to create a Client List Report in MS Word

Hi

By the end of this, you will be able to:

1. Get a client list from a REST API database. For this case we will use a fake REST API fom https://randomuser.me/
2. Load this client list to...
 

Bifurcation Map (Java-Logistic-Map)

A shortcut warp to kick-start this Github project from B4J. Copy attached Jar to your additional libs folder. Run the attached B4J project

Check this YouTube Video - it is...
 

Attachments

  • b4jLogisticsMap.zip
    1.7 KB · Views: 95
  • LogisticsMap.jar
    5.6 KB · Views: 100

[BANano] Lessons learned whilst creating b4xlibs - trials & errors

Hi there

This is my attempt to just pen down my experiences, some through trial and error and some with responses from the forum.

You can ask questions / comment with something specific and...
 

[BANano] [SOLVED] What is the right way to pass arrays to functions?

Ola

My code is returning NAN, however if I hard code the array elements it works and returns 1. What am I doing wrong?

B4X:
'find the min of the list elements
Sub min1(args As List) As Double...
 

Attachments

  • PassingLists.zip
    2 KB · Views: 218

[Web] Using PocketBase as a Framework: Lets create a REST API

Ola.

Its amazing with the latest version of PocketBase one can extend it with JavaScript / Go.

So I tested creating some REST API handlers. You can unzip the attached file to your pocketbase...
 

Attachments

  • pb_hooks.zip
    428 bytes · Views: 83

Scan 1D / 2D barcodes with your Laptop's WebCam

Last edited:

B4J Codeviewer with simple search supporting multiple file extensions.

In this tutorial you can learn how to make a codeviewer application.
The application uses a webview for the viewing part and a textarea for the search part.
In the webview the code is presented...
 

Attachments

  • codeviewer.zip
    48.3 KB · Views: 208

Webmin

Webmin is a great tool I discovered out of luck (in a YT Video) today. It is a very nice linux tool that you can use it to administer your linux machines from your browser. I installed it in my...
 
Top