B4J Tutorials

[ABMaterial] Creating the diagram..

Ola

For a while I've been thinking about this. I wanted to use a custom component that I could run inside ABM to try and explain my follow up post on Harri's thread. The discussion has been about...
 

Attachments

  • MashSimpleDiagram.bas
    9.4 KB · Views: 421
Last edited:

[ABMaterial] Creating Dynamic Legend specific Calendar Events at runtime

Hi there...

Well, this is just my approach of how I have developed my dynamic calendar with calendar events being loaded from a database. This is what I wanted to achieve...

1. Each...
 

[ABMaterial] Creating Dynamic Charts from Database Records At Runtime

Attachments

  • SyncfusionChart.bas
    10.9 KB · Views: 525
  • ej.theme.min.zip
    33.3 KB · Views: 508

[ABMaterial] Creating Dynamic ABMSideBarItems from Database Records At Runtime

Hi there

At times, you might be faced with creating dynamic ABMSideBarItems items from your pages from existing DB records. This was a challenge I was faced with in my current project. So sitting...
 

[ABMaterial] Creating a Contact Us form that will send an email

Hi again..

I wanted to create a Contact Us form that will send an email to a specified recipient using stored SMTP details. After designing my form, I had something like this to go with.

Related...
 

Attachments

  • frmContactUs.bas
    19.7 KB · Views: 508

[ABMaterial] Creating a color grid container

Ola

ColorGrid.png


Some thoughts are running in my head about implementing this for my color coded events management. So we have 21 colors. So me thinks a 7 row, 3 columns grid will do.

B4X:
Sub...
 

[ABMaterial] Complex PDF Layout and Controls

TripInspect_insp.png



Another small example of what you can do with ABM. (code can follow)...
It is not so much about the page, but what you can do with the creation of the SQL Query.

PDF docs are...
 

[ABMaterial] Change font type

This post is the answer @alwaysbusy gave me to my question about how to implement a label to look like a clock:

Make a new css file and put it in /css/custom) In my case, 'Digital-7.css'...
 

[ABMaterial] Calling MySQL PHP scripts with OkHttp

Wow...

In my quest to replicate my android app to ABMaterial framework, just managed to execute my php scripts that access mysql db directly from my experiment web app.

Check this out......
 

[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] Better Delegating the creation of complex components

[EDIT: This thread started as my approach to delegating complex components creation, including events.
@alwaysbusy then proposed a better system, that he needs us to say if we want it...
 
Last edited:

[ABMaterial] B4JS - 07 The UI connection (part 2)

[ABMaterial] B4JS - 06 The UI Connection

Last edited:

[ABMaterial] B4JS - 05 JSON & Ajax Calls

Last edited:

[ABMaterial] B4JS - 04 Running Javascript on the server side (mini NodeJS?)

[ABMaterial] B4JS - 03 Inline Javascript

Last edited:

[ABMaterial] B4JS - 02 Core Functions

[ABMaterial] B4JS - 01 Getting Started

Last edited:

[ABMaterial] B4JS - 00 Introduction

After a delay of more of a year working on other ABM stuff, I finaly got back on track with B4JS. I will make a series of tutorials explaining how it works. This post would be the main entry...
 
Last edited:

[ABMaterial] Avoid duplicate content when using dynamic controls

Hello all, I am going to try and explain how you can resolve the issue of dynamic content with ABMaterial. (This method works for me)

First lets start with the reason why we see duplicate...
 
Top