One Window Application with JavaFXPorts [Raspberry Pi]
With Gluon JavaFXPorts it is possible to run JavaFX on Embedded like the Raspberry Pi. JavaFXPorts is the name of the open source project maintained by Gluon. The JavaFX application runs as a one window, similiar to an Android app.
@rwblinn · 2017-04-07
IsUnsignedInteger/IsSignedInteger/IsUnsignedDecima l/IsSignedDecimal/GetDecimalSeparator
Test if strings are numeric
@walt61 · 2017-04-05
Themes Quick Reference [ABMaterial]
Themes Quick Reference [ABMaterial]
@Mashiane · 2017-04-04
ABMTable > DrillDown & Cloning Records [ABMaterial]
ABMTable > DrillDown & Cloning Records [ABMaterial]
@Mashiane · 2017-04-03
new section and page nav feature (3.02) [ABMaterial]
new section and page nav feature (3.02) [ABMaterial]
@alwaysbusy · 2017-03-31
Facebook-like timeline in less 200 lines! [ABMaterial]
Facebook-like timeline in less 200 lines! [ABMaterial]
@alwaysbusy · 2017-03-23
Extend the Navigation top Bar (3.02) [ABMaterial]
Extend the Navigation top Bar (3.02) [ABMaterial]
@alwaysbusy · 2017-03-22
B4JVlcj (embed VLC MediaPlayer in your program/app)
I am pleased to publish a B4J-wrapper/library of Vlcj (version 3.10.1) which in turn is a Java-wrapper of VLC (VideoLAN). With this wrapper, we can use VLC as a MediaPlayer in B4J.
@Moster67 · 2017-03-21
jTreeViewExtended
This library extends TreeView. It allows to display a text different from the stored value, select an item, edit the item text, scroll to a given item, expand all parent nodes, change the item heightâ¦
@Informatix · 2017-03-20
Unhandled exceptions
Unhandled exceptions are exceptions that were thrown outside of Try / Catch blocks. Such exceptions cause the process to exit in all cases except of server applications. Starting from B4J v5.0 it is possible to catch such exceptions. This is done with the Application_Error sub (in the Main module).
@Erel · 2017-03-19
Pagination Container
The Pagination container (added in B4J v5.0) is similar to TabPane and Accordion. It holds one or more pages. Each page is created from a layout file.
@Erel · 2017-03-19
Accordion container
The Accordion container (added in B4J v5.0) is a container similar to TabPane. It holds TitledPanes. These are panes with titles.
@Erel · 2017-03-19
Creating Dynamic Legend specific Calendar Events at runtime [ABMaterial]
Creating Dynamic Legend specific Calendar Events at runtime [ABMaterial]
@Mashiane · 2017-03-14
How to XAMPP & Access your webapps via WIFI [ABMaterial]
This is not ABMaterial related, however I wanted to run my ABMaterial WebApp from my local internet connection via WIFI, so here we go.
@Mashiane · 2017-03-11
B4JDragToMe - drag and drop (only label)
Unless I am mistaken, there is neither a library nor built-in functionality available for B4J which lets you drag and drop a file from Explorer to a Receiver-object in your B4J app. I needed this functionality for a project I am working on and came up with a small library. I only needed the possibility to drag and drop an object onto a Label to get the filepath of the object dropped so this library only handles Labels as a Receiver-object. Updated the library so it supports most controls/views. Limitation: The purpose of this library when I wrote it was so I could get the filepath or Url of the object dropped. Thus, no actions are taken when the object is dropped - only an event will be fired with filepath/Url. However, in this latest version of the library, I have included an object that will load an imageview with the image you drop onto it. Java-code is included so if anyone who wants to expand the library can do it.
@Moster67 · 2017-03-10
New component ABMSmartWizard [ABMaterial]
ABMSmartWizard is a flexible step wizard component. It is easy to implement and gives a neat and stylish interface for your forms, checkout screen, registration steps etc.
@alwaysbusy · 2017-03-08
jDHT - Digital-output relative humidity & temperature sensors [Raspberry Pi]
Library for the DHT11 & DHT22 digital-output relative humidity & temperature sensors connected to a Raspberry Pi.
@rwblinn · 2017-03-06
jBH1750 - Ambient Light Sensor [Raspberry Pi]
Library for the BH1750 Ambient Light I2C sensor connected to a Raspberry Pi.
@rwblinn · 2017-03-06
Avoid duplicate content when using dynamic controls [ABMaterial]
Avoid duplicate content when using dynamic controls [ABMaterial]
@mindful · 2017-03-06
jBMP180 - Barometric Pressure/Temperature/Altitude Sensor [Raspberry Pi]
jBMP180 - Barometric Pressure/Temperature/Altitude Sensor [Raspberry Pi]
@rwblinn · 2017-03-02
Automating ABMTable CRUD Functionality [MyMaterial.Show]
Automating ABMTable CRUD Functionality [MyMaterial.Show]
@Mashiane · 2017-03-01
jTM1637 - 4 digits display [Raspberry Pi]
Library for the TM1637 4 digits display connected to a Raspberry Pi. The library supports digits 0 - 9 and the clock point ":" and is based upon the jPi4J library.
@rwblinn · 2017-02-28
delegating the response management [RDC snippet]
delegating the response management [RDC snippet]
@Cableguy · 2017-02-21
Configure Tooltip timings
I have found that the tooltip delay is too long most of the time, searching google I found this:https://gist.github.com/darmbrust/9559744d1b1dada434a3 This is a straight implementation of this code.
@stevel05 · 2017-02-17
Start ABMGridBuilder without the console window [ABMaterial]
To launch the ABMGridBuilder without the lingering console window simply change the respective .BAT
@stanmiller · 2017-02-15
Solitaire (simple game) with sources
Solitaire (simple game) with sources
@BeneBarros · 2017-02-15
Simplify starting the server [ABMaterial]
Here''s how you can simplify the server startup method in ABMApplication.bas by converting StartServer() to a shim.
@stanmiller · 2017-02-15
How to implement a library version lock [ABMaterial]
Starting with ABMaterial v2.50, there are two version fields in the ABM object. The first reports the version of the library while a second includes the version number in the name. The unique version field makes it easy to implement a version lock in your apps by simply referencing the version specific field.
@stanmiller · 2017-02-15
NestedMap - A map in a map with n levels [Class]
NestedMap - A map in a map with n levels [Class]
@mindful · 2017-02-14
Using MS Excel as your reporting Engine for Database Records [ABMaterial]
Using MS Excel as your reporting Engine for Database Records [ABMaterial]
@Mashiane · 2017-02-13