B4J Tutorials

[ABMaterial][BANano] Issue(s) with developing in both

First post, first issue:
I'm in the process of developing an ABM application. For testing purposes, I uploaded the application on my test server. The application may start fine, but when loading...
 
Last edited:

[ABMaterial] PGMenuCard - A composite Component

Hi Guys,

In a project I've recently started working, I saw the need to create a "Custom" component... But since ABMaterial already uses this denomination for ABMCustomComponents, I decided to...
 

Attachments

  • PGMenuCard.bas
    6.3 KB · Views: 412

[BANano] A tabbed dialog to Login, Register, Forgot Password & Reset Password

Ola

MultiForm.gif


For the next part of my project, I need functionality for anyone to apply online to the college. So I thought perhaps for the first part, one can just be provided with a single...
 
Last edited:

Starting correct JRE (8 or 11) via batchfile (Windows)

Foreword:
This solves a very specific case that may just apply to me. For current development, I'm still on JDK version 8. But for future coding/testing, I also have JDK 11 installed. I often...
 

[BANano] MySQL CRUD with PHP - Part 3.1 (A look an inline PHP)

Ola

NB: The code here explains the use of parameter based queries for CRUD

I have been exploring MySQL with BANano, this was previously done using external PHP files and thus using...
 

Attachments

  • UOENowMySQL.bas
    1.9 KB · Views: 404
Last edited:

[ABMaterial] BuildNavigationBar vs ConnectNavigationBar?

Hello

I want to show a NavigationBar, But in the demo there is a BuildNavigationBar And ConnectNavigationBar, what is the point of both?

I just use BuildNavigationBar and comment out...
 

[ABMaterial] Theming the Framework - Canceled

IMPORTANT

The Theming series has been canceled!
Hi guys, I have decided to cancel the Theming series for 2 or 3 mains reasons:

* Tackling one component...
 
Last edited:

[SQLite] Make Custom Functions and Regex

SQLite3 has the REGEXP keyword. That means we can do SQLite queries like
B4X:
SELECT * FROM table1 WHERE col1 REGEXP '\d+[a-z]+\d*';
.

Unfortunately, the REGEXP keyword references an SQLite...
 

Attachments

  • SQLiteREGEXP.zip
    2 KB · Views: 558

[BANanoSQL] Understanding CRUD logic with ExecuteCallBack

Last edited:

[ABMaterial] Theming the Framework

ABMaterial Framework for WebApps

Theming


Definition (Wikipédia):

Theming refers to "the use of an overarching theme...to create a holistic and integrated...
 
Last edited:

[server] Run a Server on a VPS

The steps required to run a B4J server on a hosted server (such as a VPS) are:

1. Download Java...
 
Last edited:

[BANano] UOEGridTable IconRenderer

Ola

This tut is based on the BANano based library here.

The ICONRENDERER is a column render to ensure that icons in your rows are rendered. These can be material and fontawesome icons...
 

[BANano] UOEGrid Column Renderer - Let's display images etc

Hi

This tut is based on this lib here, [BANano] UOEGridTable.

A question popped up about how I can display images, or perhaps other icons in grid columns. After some researching I noted a...
 
Last edited:

[Tool] WindowsStorePackager - publish your App to the Windows Store

Last edited:

[BANano] Creating Connected Grid Tables with UOEGridTable

[BANano] Creating Master Details Grid with UOEGridTable

Last edited:

B4XTable + jPoi + Excel Workbook

SS-2019-04-10_10.52.25.png


It is very simple to read data from an Excel workbook and show it with B4XTable.

The almost complete code:
B4X:
...
 

Attachments

  • B4XTableWithExcel.zip
    29.3 KB · Views: 1,028
Last edited:

[BANano] MySQL CRUD with PHP - Part 2

Ola


Kinda excited that this is starting to form a shape. This second part of the tutorial deals with reading the users from the MySQL users table and then displaying them in a...
 

Attachments

  • BANanoMySQL.zip
    4.6 KB · Views: 630
Last edited:

Raspberry Pi B4J UI Applications with Liberica JDK

Tutorial Raspberry Pi B4J UI Applications with Liberica JDK v20180513

Objectives
To build B4J UI applications, using the Liberica JDK10, running on the Raspberry Pi.
This tutorial covers...
 

Attachments

  • B4JHowToRPiLiberica.zip
    189.4 KB · Views: 733
Last edited:

[B4J] A solution for SQL Brute force Protection

Hi there,

I want to share a tactic / a small guard for MySQL/MariaDB DataBases..

Well all we know that having a Database online and not in localhost is difficult to protect from...
 

Attachments

  • MBB.zip
    14.9 KB · Views: 371
Last edited:
Top