B4JTutorialFirebase
Firebase Service (Server) Example
This is an example/tutorial of a Server that manages Firebase Subscribtions, Unsubscribtions and SendMessages2Topics with the Power of B4J Server! The advantage is, requests are processed very quickly (barely waiting period), I do not have to start a script, save resources of the VPS or Server. On average, I had a waiting time between 4-6 milliseconds until a message was sent with this service. if i start a script and send a message over it then 4-5 seconds.
@Alexander Stolte · 2018-03-28
B4JSnippetABMaterial [ABMATERIAL]
Sneak Peek B4JS support for JQuery [ABMaterial]
Sneak Peek B4JS support for JQuery [ABMaterial]
@alwaysbusy · 2018-03-27
B4JSnippetTabPane
Make Tab Pane Tabs (Almost) Fit The Width Of The Tab Pane
Make Tab Pane Tabs (Almost) Fit The Width Of The Tab Pane
@keirS · 2018-03-25
B4JLibraryDatabase
SD: SqliteExtra
This new library is used to add some functions to the already precious SQLite library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the database Commands to populate List and ListView also with images.
@Star-Dust · 2018-03-23
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 07 The UI connection (part 2) [ABMaterial]
B4JS - 07 The UI connection (part 2) [ABMaterial]
@alwaysbusy · 2018-03-22
B4JSnippetRadioButton
RadioGroup
This creates a radiogroup from a list of options you specify side by side. One is able to set and also return the text of the selected item.
@Mashiane · 2018-03-18
B4JTutorialRadioButton [SOLVED]
How to measure the width taken by a radio button? [SOLVED]
How to measure the width taken by a radio button? [SOLVED]
@Mashiane · 2018-03-18
B4JSnippetCaptcha
Other Captcha Option
Other Captcha Option
@BeneBarros · 2018-03-15
B4JTutorialABMaterial [ABMATERIAL]
Using ABMFileInput for Profile Pictures [ABMaterial]
Using ABMFileInput for Profile Pictures [ABMaterial]
@Mashiane · 2018-03-11
B4JTutorialABMaterial [ABMATERIAL]
Change font type [ABMaterial]
Change font type [ABMaterial]
@Descartex · 2018-03-11
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 00 Introduction [ABMaterial]
B4JS - 00 Introduction [ABMaterial]
@alwaysbusy · 2018-03-10
B4JTutorialDatabase
Backup (dump) Sqlite tables via jShell + *.bat file
Backup (dump) Sqlite tables via jShell + *.bat file
@KMatle · 2018-03-08
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 06 The UI Connection [ABMaterial]
B4JS - 06 The UI Connection [ABMaterial]
@alwaysbusy · 2018-03-08
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 01 Getting Started [ABMaterial]
B4JS - 01 Getting Started [ABMaterial]
@alwaysbusy · 2018-03-08
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 05 JSON & Ajax Calls [ABMaterial]
B4JS - 05 JSON & Ajax Calls [ABMaterial]
@alwaysbusy · 2018-03-07
B4JLibraryComms & Network
LDAP server
LDAP server
@fransvlaarhoven · 2018-03-06
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 04 Running Javascript on the server side (mini NodeJS?) [ABMaterial]
B4JS - 04 Running Javascript on the server side (mini NodeJS?) [ABMaterial]
@alwaysbusy · 2018-03-06
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 03 Inline Javascript [ABMaterial]
B4JS - 03 Inline Javascript [ABMaterial]
@alwaysbusy · 2018-03-06
B4JTutorialABMaterial [ABMATERIAL]
B4JS - 02 Core Functions [ABMaterial]
B4JS - 02 Core Functions [ABMaterial]
@alwaysbusy · 2018-03-06
B4JTutorialB4X [SERVER]
Data Collection Solution - Device, Desktop and Web reports [Server]
Data Collection Solution - Device, Desktop and Web reports [Server]
@Erel · 2018-03-05
B4JTutorialABMaterial [ABMATERIAL]
2.0 introducing B4JS [ABMaterial]
This post is no longer valid! B4JS has been rewritten from the ground up and will first introduced in In ABM 4.25. Stay tuned… B4JS, a B4J to JavaScript translator that will be first used in the ABMXPlay component
@alwaysbusy · 2018-03-02
B4JSnippetB4J
Disable virtual keyboard on embedded devices
In my application I am running on Raspberry Pi the javafx virtual keyboard pop ups as soon as I get the focus on some TextFields as expected, but I dont want it because I want to use my own made numeric keyboard, much smaller, that not covers my 7" tft touch display as the javafx default one does. So after trying some solutions I have found one solution that works perfect so the javafx keyboard never appears.
@Jose M. Tasende · 2018-02-28
B4JLibraryDatabase
jRDC Hikari mix
When using the jRDC server project in the project, I had to use another server to handle other things. I wrote a different version of jRDC under myself. Now everyone can use it and modify it under themselves.
@MichalK73 · 2018-02-27
B4JSnippetRaspberry Pi
MCP9808 reading temperature
Here an example for using the MCP9808 sensor on a raspberry pi. This is only a code snippet, as it only read''s the temperature. Not all the registers are implemented. Negative values aren''t yet tested. This is a console application.
@Coldrestart · 2018-02-25
B4JTutorialABMaterial [ABMATERIAL]
New component ABMFileManager (4.25) [ABMaterial]
New component ABMFileManager (4.25) [ABMaterial]
@alwaysbusy · 2018-02-23
B4JTutorialABMaterial [ABMATERIAL]
Creating a Sign In Modal Dialog with Options: Part 3.1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 3.1 [ABMaterial]
@Mashiane · 2018-02-23
B4JTutorialABMaterial [ABMATERIAL]
Creating a Sign In Modal Dialog with Options: Part 1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 1 [ABMaterial]
@Mashiane · 2018-02-23
B4JTutorialB4J
Resumable Subs - Sleep / Wait For
Resumable subs is a new feature added in B4J v5.50. It dramatically simplifies the handling of asynchronous tasks. (This feature is a variant of stackless coroutines.) The special feature of resumable subs is that they can be paused, without pausing the executing thread, and later be resumed. The program doesn''t wait for the resumable sub to be continued. Other events will be raised as usual. Any sub with one or more calls to Sleep or Wait For is a resumable subs. The IDE shows an indicator next to the sub declaration
@Erel · 2018-02-22
B4JTutorialABMaterial [ABMATERIAL]
Creating a Sign In Modal Dialog with Options: Part 3 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 3 [ABMaterial]
@Mashiane · 2018-02-22
B4JTutorialABMaterial [ABMATERIAL]
Creating a Sign In Modal Dialog with Options: Part 2.1 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 2.1 [ABMaterial]
@Mashiane · 2018-02-22