B4J Tutorials

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: 253

B4J Server: Requesting and Installing SSL Certificate

I thought I would share how I requested and installed a SSL certificate for my B4J server.

In my case I used namecheap.com to purchase a $9 SSL certificate. I already had a domain name and a...
 
Last edited:

B4J Primes Benchmark

I found this benchmark that tests the same algorithm in multiple programming languages and decided to test it in B4J.

I've implemented the two algorithms.

B4X:
Sub Process_Globals

End Sub...
 

B4J PDFBox test project

pdfbox_test_000.PNG

In my search for a good PDF file viewer in B4J i came across a few examples.
DonManfred wrote a PDFBox (2.0.17) wrapper. Spsp wrote a ‘clsPDFViewer’.
The thread from knutf...
 

Attachments

  • pdfbox_test.zip
    5.3 KB · Views: 265

B4J on linux

hi,

After few adjustments B4J works fine on Ubuntu.
See picture;-)

If you want, I'll write a tutorial in french.
Looking for a translator .... If someone want it!

see you soon.
Capture du 2014-01-28 22_58_59.png
 

b4j max upload file size with nginx

Hi, today I have lost some time testing a B4j server app in a VPS, my app was supposed to help upload big files to the server. Locally, everything was working as expected, but when I have...
 

B4J HowTo's

Dear All,

While learning and exploring B4J, captured B4J HowTos. The B4J HowTos are either from own experience or inspired by hints from the B4J forum (Thanks to All!).

Please note, due to...
 
Last edited:

B4J How Tos - Front End Update

Attachments

  • B4JHowTos_NewMenu.zip
    15.3 KB · Views: 258

B4J HelloWorld(s) Examples

As a helper to get started with B4J, some classical HelloWorld type of apps.
B4J offers many solutions in the way an app(lication) can be developed.

Status: 20150502

Below examples...
 

Attachments

  • B4JHowToHelloWorlds.zip
    23.4 KB · Views: 1,477
Last edited:

B4J Educational Video Series

Please, see the following links for HD videos teaching B4J from the very beginning all the way through to a working application. The list will be updated in this first post as new videos are...
 
Last edited by a moderator:

B4J Download and Install

Last edited:

B4J documentation page

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: 212

B4J Code Execution FlowChart with UOEProcess.Show

Ola

UOEProcess.Show

As per subject matter, this intends for anyone to be able to do an analysis of their code execution using UOEProcess.Show.

By simply logging and then pasting the...
 

B4J Change Log (version history)

Last edited:

B4J CCTV example

SS-2013-11-20_10.37.00.png


This example is similar to the previous example...
 

Attachments

  • CCTV-B4A.zip
    9.8 KB · Views: 2,616
  • CCTV-B4J.zip
    1.4 KB · Views: 2,702

B4J Beginner's Guide

This guide is obsolete ! It is no more updated.
Please use the B4X Booklets.


Here is a Beginner's Guide in pdf format.
The source code for the example programs is included.

All...
 
Last edited:

B4J Arduino Demo

Here's a really simple demonstration of connecting an Arduino Uno to an app written in B4J.

You will need to modify the code around line 25 to reflect the correct COM Port that your Arduino is...
 

Attachments

  • B4J_Arduino_V2.zip
    1.5 KB · Views: 891
Last edited:

B4J and Raspberry Pi boards

Last edited:

B4A, B4i, B4J and B4r API documentation - B4X Object Browser

Top