B4J Tutorials

jFreeTTS Text2Speech Library

Hi there, it's a pleasure to get this working...

FreeTTS.png


My jFreeTTS is a library that I've just managed to cook for text to speech using the FreeTTS library.

1. Download the FreeTTS...
 

Attachments

  • jFreeTTS.zip
    20.8 KB · Views: 895
  • Mbrola.png
    Mbrola.png
    6.1 KB · Views: 741
Last edited:

Beginning Bootstrap 4 with OneEvery

Hi

B4J App
User Manual


What is OneEvery?

This is a work in progress app that one can use to learn the different web frameworks available. Currently this...
 
Last edited:

Trigger B4J Script with MySQL on Linux via udf_sys

This Tutorial save you a lot of time and is an Important Feature for Remote Database Apps!

Integrated in this Turtorial:
-install udf_sys on MySQL (Ubutnu 16.04)
-call B4J Script (.jar) over...
 

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 3

Hi there

MashPlugIns
Pen & Paper


In this part of the ABMaterial WebApp, we will demonstrate how to create a ListView that will load all the contacts from our...
 

Attachments

  • addeditcontact.pdf
    9.6 KB · Views: 437
  • listview.pdf
    10.3 KB · Views: 455
Last edited:

[Server] Login System & Filters Tutorial

Attachments

  • LoginExample.zip
    11.7 KB · Views: 2,201
Last edited:

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 2

Last edited:

[ABMaterial]: Getting & Setting JavaScript Properties to Custom Components

Hi there

When creating custom components, you will deal with javascript. You component will come up with its own methods to execute and events that you can trap.

This tutorial deals with getting...
 

[ABMaterial]: Theming Custom Components with CSS

Hi there

In one of my MashPlugIns components, I was asked if the components were theme-able. I have never really explored this in detail as some were just easy to theme using the css files...
 

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

[Pen & Paper]: Create a simple 'Contacts' ABMaterial WebApp - Part 1

Last edited:

[ABMaterial] Printing/Reporting with the upcoming version 3.75

A sneak peek on a new feature of ABMaterial I'm working on: Printing/Reporting.

This is an example of a report in ABMaterial. You build it right into your other pages and just by setting a...
 
Last edited:

[ABMaterial] Custom Icons

A much asked feature has been to integrate custom icons in ABMaterial. In version 4.25, this will be possible.

customicons.png


Couple of notes first:
1. The...
 
Last edited:

Microsoft change to User Document Directory

Last edited:

[ABMaterial] Raspberry Pi Service Setup

Objectives
To install a service on a Raspberry Pi enabling start, stop, status and autostart an ABMaterial application.
The tutorial uses an ABMaterial v4.00 example application [to explore...
 
Last edited:

[B4X] External Editors

Short one.

You can configure the IDE to show a list of external file editors. The list shows when you right click on a file in the Files tab...
 
Last edited:

[ABMaterial] Custom Component Shiny Knob

Objectives
Create an ABM custom component for a shiny knob control.

b4jhowtoabmcustomknob.png


Notes
* This is the authors first...
 
Last edited:

Accordion container

accordion.gif


The Accordion container (added in B4J v5.0) is a container similar to TabPane. It holds TitledPanes. These are panes with titles.

Using the accordion is quite simple. Add the...
 

Attachments

  • AccordionExample.zip
    5.1 KB · Views: 1,329

[GCE] For Noobs, Part 13 - Pricing Calculator Basics - What To Consider

Hello Fellow Noobers!

This is a quick high-level tutorial to go over the pricing of VMs and some things for consideration.

GCE has A LOT of services to offer and each service has a fee (this is...
 

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

[GCE] For Noobs, Part 11 - Firewall

If you have gotten this far then you have already tried to access your web app or socket app from your desktop and discovered that nothing seems to be working. This is almost certainly due to a...
 
Top