B4J Tutorials

MandelbrotOrbits

It is a B4J kickstart for MandelbrotOrbits.jar from this web posting. Explore the Mandelbrot Orbits...

B4J sample project and the jar are attached. Once started, click and hold down...
 

Attachments

  • b4jMandelbrotOrbits.zip
    1.7 KB · Views: 84
  • MandelbrotOrbits.jar
    14.2 KB · Views: 92
Last edited:

The FASTEST SQLite tables

B4xTable: Property Bag Use Case

Hi

I am attempting to use a B4xTable as a property bag. I found B4xTable Inline Editing fit for this as i can set and get any component. You can use that as reference.

The magic is keeping which...
 

PDF creation (with the help of Android)

[BANano] How BANano.GeoLocation helped us with developing Seeking.Shelter & GPS locations querying from a database

Ola

Seeking.Shelter is an app for people in distress. It helps one find the police stations, courts, shelters, clinics and hospitals around South Africa.

One of the WebApp reviewers made a...
 
Last edited:

[ABMaterial] new component ABMTimeLine 1.09

ABMTimeline is a component to present a time line of events. Using the ABMTimeLineElement you can create events, with some assets like images.

Update: Ignore this, I've found a more recent...
 
Last edited:

[XLUtils] Creating Tables

1620565159754.png


Tabular data can be converted to a Table object. Excel provides all kinds of nice features related to tables...
 

Attachments

  • Table.zip
    1.6 KB · Views: 458

[GCE] For Noobs, Part 12 - Static vs Ephemeral IP Addresses

‘Static’? ‘Ephemeral’? What the heck am I talking about? It sounds like something from the Ghostbusters movie with references to the Key Master, Gate Keeper and my old pal Zuul!

Going back to...
 

Turn your Raspberry Pi into a print Server and use it with B4J

This is not a B4J tutorial but since it can be used also with B4J to print documents I post it here. Read the following links:









And...
 

[BANanoVuetifyAD3] Improving Perceived Performance on 7.29+

Hi there

I'm not going to kid you. Before BVAD3 shows the first page, it takes a lot of time to build and show the app e.g. calling all those .Initialize subs in each of the route pages, loading...
 
Last edited:

BANanoJSONQuery to the rescue: The case of the survey app.

Ola

I have about 125 questions and each question has 1 possible answer from 4 responses.

Let me depict everything like this...

1. Responses ( a user should only select one using a radio box)...
 

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

B4XTable

I am working on app where I need the B4XTable.
With the help of this forum I learnt a lot already.
The following functions are very handy to me, maybe you can use them too.

1) Getting the column...
 

[BANanoVueMaterial] How to ask questions, request help, report bugs and request enhancements + Telegram Channel

Ola

Thanks for showing interest in BANanoVueMaterial. This is a rabbit hole that you will surely enjoy in your coding with VueJS.

A lot can be lost in translation, we speak different languages...
 
Last edited:

SithasoDaisy: Creating Dialog Forms with the Abstract Designer

Good day

In the SithasoDaisy download package, you get a MySQL Crud App for a simple expense tracking app. As a showcase, there is a b4j layout named expenseCategory

1688029549865.png



This...
 

[BANanoWebix] Lesson 24 ScrollView

Phew...

Lesson 24 is about the scrollview. One can use this to host divs and other stuff that they might need to scroll.

Lesson24_ScrollView.gif


In this example we have created a scrollview with both X...
 

Tag management for UI Nodes

In B4XPages we rely heavily on tags to identify UI elements. Yet tags are valuable for connecting data to the UI, too, and it is easy to feel we are wasting tags for identification.
There is a...
 

[BANanoWebix] Lesson 9: DataView

Ola

Get your own copy of BANanoWebix

The data view is also one of the elements to view data from data sources. One feeds it whatever template they need to display it it. For example here...
 

[BANanoWebix] Lesson 25 Template

Ola

The template is just also like the scrollview, enabling one to create elements..

Lesson25_Template.png


In this image we depict how we have created a container and then added templates on the row...
 

[B2X]Documention of BBCode Variant of BBCodeView Using BBCodeView Itself

The recent addition of the anchor tag in BBCodeView opens up an efficient and effective way for creating documentation that works on a desktop and devices.
This tag allows you to scroll to any...
 

Attachments

  • bbcDoc.zip
    57.6 KB · Views: 127
Top