B4J Tutorials

[BANano][Database.Show] - Viewing a Music Store SQLite Database

Ola

As you might be aware, one has been busy working on Database.Show, a BANano+Vuetify Database Viewer, Documentor, CRUD thingy.

We have just closed off one of the milestones, MySQL and...
 

[BANanoWebix] Lesson 3: Let's create some accordions

Hi

Based on what we have learned in lesson 1 and 2, here we will explorer another layout element, the accordion.

The accordion we can create comes in two flavours, one vertical and one...
 

How to start another module / visual in b4j

Hi I'm creating an application in b4j, my first by the way. but I haven't found the way to start
another module. I have main form, but I need to open another one to display the reports from a...
 

jOpenCV Tutorial 1 - Syntax rules, Helper methods and Basic types

From time to time, jOpenCV examples will be referenced in this tutorial. You can find the donwload link in the first post of the jOpenCV library thread
Syntax: when referencing...
 

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

[B4x]Padding/depadding PKCS7/5 and other

EDIT: If the message length is equal to the pad length, you have to pad to the next multiple. E.g. 16 bytes would be padded to 32 because one would not know how long the message was because the...
 
Last edited:

[BANanoWebix] Creating Multi-Page Apps - Part 2

Ola

Part 1 of this lesson looked at how we could create the shell skeleton of our app i.e. the various pages of our app that will host the different sections we need to build.

We created...
 

Microsoft change to User Document Directory

Last edited:

USB Serial Port + AsyncStreams + B4XBytesBuilder

Attached project code:
B4X:
#Region Project Attributes
    #MainFormWidth: 600
    #MainFormHeight: 600
#End Region

Sub Process_Globals
    Private fx As JFX
    Private MainForm As Form...
 

Attachments

  • Serial_Test.zip
    2.6 KB · Views: 325
  • Arduino_Serial_Test.zip
    554 bytes · Views: 262

Two great tools for testing webapps and webhooks

Researching the internet I have found two great tools that can be used for testing webapps and webhooks.

The first is called ngrok. What it does is that it creates a tunel to your web app and...
 

jRDC2 - B4J implementation of RDC using JDBC microsoft

I used the example that Erel published to create my application and connect it to a server database microsft sql server 2008, in principle I used the odbc open source of JTDS but I had...
 

WSL Linux and B4x

If anyone is interested in being able to rapidly test desktop, console or server code in a headless environment using WSL, Linux and X11 I have prepared 19 ready to run distro's that can...
 
Last edited:

[BANanoWebix] Lesson 21 TabBar

Ola

The tab-bar as depicted below is placed at the bottom of the page...

B4X:
Dim tb As WixTabBar

    tb.Initialize("tb").SetHeight(60).SetTypeBottom(True).SetMultiView(True).SetAnimate(True)...
 

[B4X] Faces, Assemblies, Traces, and Points. Standard Classes for creating a story.

Since retiring some time ago, I have been thinking about creating stories that involve
computer operated robots which carry out actions and speech - like actors in a drama.

It would have at least...
 

Attachments

  • Tutor_A.zip
    17.9 KB · Views: 153
Last edited:

Making Installers for Server Apps

Part 1

I have been on the lookout for a simple way to create an installer for my server apps - Ive looked at Inno Setup etc before but I wanted something simple.

My apps are...
 
Last edited:

[ABMaterial] [SOLVED] How to set a default date to be blank?

Hi there

Is it possible to set the default date to be blank / no date for the ABMDatePicker control?

Thanks
 

where to code put code when using multiple forms

I've started using B4J after using B4A for a few months. What is the best structure of the code when using multiple forms. Unlike B4A where each activity has its own code, or indeed with vb.net...
 

[BANano] Exploring LiveSwapping with BANanoVueMaterial

Wow.

So I had the opportunity to test the new feature in BANAno 5.10, LiveSwapping, where one when in debug mode can update their code and its loaded as in LiveServer as soon as Control+S is...
 

[BANano] Exploring BANanoObject.GetFunction & Execute

Ola

The newest version of BANano comes with a lot of enhancements and some very interesting stuff. There's so much to learn.

So I decided to check one interesting thing out, Getting / Executing...
 

Attachments

  • JSObject.zip
    2.3 KB · Views: 301

[BANanoWebix] Lesson 23 WixVideo

Ola

The video component allows one just to do that, show videos. Whilst one is able to set the height & width of their videos, this does not have much properties.

Lesson23.png


One is able to...
 
Top