B4J Tutorials

SplitPane Tutorial

B4J v4.00 adds support for SplitPane container. SplitPane is a container made of two or more sections divided with movable dividers.

The SplitPane orientation is either horizontal or vertical...
 

Attachments

  • SplitPane.zip
    8.5 KB · Views: 2,102

PyScript in your webpage using ABMaterial as an example

Hello.

Today I would like to present how to combine PyScript with B4X. I have taken ABMaterial as an example.
First, let's start what PyScript is. In the simplest way, it is the execution of non...
 

Attachments

  • home.bas
    9.5 KB · Views: 498
  • example.txt
    158 bytes · Views: 495
Last edited:

Adding some fun to your Apps with Funtranslations REST API

Imagine... English to Yoda. English to Minion. English to Johhy Deeps' Pirate, or even English to Wakanda.


This is some awesome fun api. They have curl...
 

Barcodes - QR Codes, PDF417, Aztec Codes, Code11, Code39, Code93, EAN8, EAN13, and Code128

This is my first attempt at B4J. Have not tried to do anything special to the layout etc. The aim was to get back the correct binary strings to draw Code11, Code39, Code93, EAN8 and EAN13 barcodes...
 

Attachments

  • BARCODES.zip
    181.9 KB · Views: 1,611
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...
 

[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...
 

Simple analog Clock

Nothing spectacular - a simple analog clock made entirely from static and rotating ImageViews and a bit of code. The movement of the hands are much smoother than in the below GIF

medusa.gif
...
 

Attachments

  • clock.zip
    150.4 KB · Views: 634
Last edited:

[BANanoVuetifyAD3] Hosting your FireStore CRUD WebApp on FireBase Hosting For Free

Hi there

Ok granted, when it comes to creating WebApps that has to be hosted on Firebase, one has to be very careful about costs. A good friend of mine reminded me this again.
I guess for simple...
 
Last edited:

WebApps - Let's create a Morse Code Translator

Hi there

Let's explore how we can create a Morse code translator using Maps.

1. For this I have created a simple keyboard...

MorseCodeTranlator.gif


Related Content: http://www.learnmorsecode.com/...
 
Last edited:

[BANanoVuetifyAD3] Converting your DB to a WebApp using VFlexDialog + MySQL CRUD PHP (Abstract Designer)

Hi there

NB: B4xTemplate & Example Project Attached

This example is a showcase of using the VFlexDialog with MySQL as a back-end using PHP.

By the end of this tutorial, you should have...
 

Attachments

  • BVAD3 VFlexMySQL PHP.b4xtemplate
    33.1 KB · Views: 457
  • vfdcrud.zip
    33 KB · Views: 455
Last edited:

[BANanoVuetifyAD3] VFlexDialog + MySQL CRUD REST API (PHP) - using Axios

Hi there

Download BVAD3 7.35+
Download Source Code

Its its your first time with BVAD3, please follow instructions on Github ReadMe on how to get started

By the time you finish...
 
Last edited:

[GCE] For Noobs, Part 10 - Running Your B4J App As A Service and Automatically Starting At Boot

Note: The process outlined in this tutorial assumes that your Linux distribution is using systemd. If you have chosen Debian or Ubuntu as your Linux distribution when creating the VM then you...
 
Last edited:

[BANanoVuetifyAD3] Sending Emails via EmailJS REST API

Hi there

I needed a simple and quick API to send emails and found EmailJS. There are a variety of other emails you can find. One of the things I like about this is the ease if creating...
 

PropertySheet

jControlsFX library v1.20 includes a control named PropertySheet. With this control it is very simple to create forms with many fields.

The data for these fields comes from a custom type...
 

Attachments

  • PropertySheetExample.zip
    2.2 KB · Views: 1,083
Last edited:

B4J Shell commands list and launch tool

In my previous tutorial i gave a hint to what the next project would be like.
In this tutorial you can compose shell command lines.
Each line consists of an Executable entry, a Working directory...
 

Attachments

  • ShellCommands.zip
    6.7 KB · Views: 573

[BANanoVuetifyAD3][Builder] How to Optimize your WebApp

Hi

Download

Please Note: You can run this process even before you develop your webapp so that it only uses the components you will use. In that case, just start on Step 3 below and then...
 

Attachments

  • 1659649795925.png
    1659649795925.png
    15.9 KB · Views: 438
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: 463

[BANanoVuetifyAD3] : VFlexDialog inspired by the PreferenceDialog

Hi there

The VFlexDialog is inspired by the ease of use in the PreferenceDialog. It exists to enable the ease of creating forms by developers. Its baseline are the VDialog, VForms and VFields. If...
 
Last edited:

[ABMaterial] Work Shift Reporting

TripInspect_shifts.png


However we may wish, data may not always be correct - either through user input, program logic or device corruption.

This form allows management to ensure / correct the proper paid...
 

Attachments

  • workshift.zip
    34.1 KB · Views: 629
Last edited:

AS Scheduler + AS PopupMenu= Appointment Context Menu

1660080327563.png
AS_Scheduler ContextMenu.gif

This is an example project of how to add an context menu on appointment right click.

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

Attachments

  • AS Scheduler ContextMenu.zip
    9 KB · Views: 518
Last edited:
Top