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
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
Other Captcha Option
Other Captcha Option
@BeneBarros · 2018-03-15
Using ABMFileInput for Profile Pictures [ABMaterial]
Using ABMFileInput for Profile Pictures [ABMaterial]
@Mashiane · 2018-03-11
Change font type [ABMaterial]
Change font type [ABMaterial]
@Descartex · 2018-03-11
B4JS - 00 Introduction [ABMaterial]
B4JS - 00 Introduction [ABMaterial]
@alwaysbusy · 2018-03-10
Backup (dump) Sqlite tables via jShell + *.bat file
Backup (dump) Sqlite tables via jShell + *.bat file
@KMatle · 2018-03-08
B4JS - 06 The UI Connection [ABMaterial]
B4JS - 06 The UI Connection [ABMaterial]
@alwaysbusy · 2018-03-08
B4JS - 01 Getting Started [ABMaterial]
B4JS - 01 Getting Started [ABMaterial]
@alwaysbusy · 2018-03-08
B4JS - 05 JSON & Ajax Calls [ABMaterial]
B4JS - 05 JSON & Ajax Calls [ABMaterial]
@alwaysbusy · 2018-03-07
LDAP server
LDAP server
@fransvlaarhoven · 2018-03-06
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
B4JS - 03 Inline Javascript [ABMaterial]
B4JS - 03 Inline Javascript [ABMaterial]
@alwaysbusy · 2018-03-06
B4JS - 02 Core Functions [ABMaterial]
B4JS - 02 Core Functions [ABMaterial]
@alwaysbusy · 2018-03-06
Data Collection Solution - Device, Desktop and Web reports [Server]
Data Collection Solution - Device, Desktop and Web reports [Server]
@Erel · 2018-03-05
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
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
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
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
New component ABMFileManager (4.25) [ABMaterial]
New component ABMFileManager (4.25) [ABMaterial]
@alwaysbusy · 2018-02-23
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
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
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
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
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
Creating a Sign In Modal Dialog with Options: Part 2 [ABMaterial]
Creating a Sign In Modal Dialog with Options: Part 2 [ABMaterial]
@Mashiane · 2018-02-22
SERVER IRC (Internet Relay Chat) B4J
SERVER IRC (Internet Relay Chat)
@Star-Dust · 2018-02-19
Color picker for all colors [class]
These are two classes for picking color, enabling the selection of any color, not just from a selection list.
@derez · 2018-02-18
SubnetUtils [Class]
This is a class that exposes the SubnetUtils class from apache commons net. http://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/util/SubnetUtils.html You will need the jNet and JavaObject library.
@mindful · 2018-02-14
SimplePGP - Encrypt, Decrypt, Sign, Verify B4J
A wrapper library making the implementation of PGP in Java applications easy. It also strives to provide sane defaults for secure PGP to ensure easy and secure PGP implementations in Java.
@DonManfred · 2018-02-13