B4JTutorialABMaterial [ABMATERIAL]
Speed preview in 3.81! [ABMaterial]
Speed preview in 3.81! [ABMaterial]
@alwaysbusy · 2017-10-20
B4JTutorialIRC / IM [WEBAPP]
Chatroom - Threads, Sessions and Server events [WebApp]
Chatroom - Threads, Sessions and Server events [WebApp]
@Erel · 2017-10-19
B4JTutorialABMaterial [PEN&PAPER]
ABMaterial Stats [Pen&Paper]
As part of my ABMaterial explorer tendencies, I delved on working on a dashboard that will give stats about the previous and latest version of ABMaterial. This is based on 3.5 and 3.75 libraries.
@Mashiane · 2017-10-19
B4JClassAction Bar, Drawer, etc [JRLVIEWS]
ToolbarHelper Class for ''Buttons'' JSON and Events [JRLViews]
The toolbar for the JRLView ButtonToolbar requires a JSON string for the buttons to add to the toolbar in design view, so this helper class helps you create that JSON string for the Buttons property and also the Events manager subroutine. Seeing that I''m exploring using the Toolbar in most of my B4J apps, this will help on the repetitive nature of what I will do and decided to share this.
@Mashiane · 2017-10-11
B4JLibraryImages
SahandJPEG - JPEG Compression Library
This is a tiny Library that compresses your jpeg images
@sahand_123 · 2017-10-11
B4JLibraryRaspberry Pi
MFRC522 Library For RaspberryPi
This is MFRC522 Library For Raspberry Pi On B4J ( RC522 Library From GPIO)
@sahand_123 · 2017-10-11
B4JSnippetB4J
JavaScript Replace with RegEx pattern
Just a bit of language mixing Basic, Java, JavaScript = Example JavaScript Replace with RegEx pattern (Tested with JDK9, B4J v5.9).
@rwblinn · 2017-10-11
B4JTutorialDrawing
3D MeshView
This is a tiny tutorial on how to load a .obj file into a 3d MeshView and display it in B4J.
@Daestrum · 2017-10-10
B4JSnippetTooltip
Wrap tooltip text
Wrap tooltip text
@stevel05 · 2017-10-06
B4JLibraryRadioButton
MarkRG - Dynamic RadioGroup CustomControl
MarkRG - Dynamic RadioGroup CustomControl
@Mashiane · 2017-10-01
B4JLibraryB4J
jControlsFX9 - ControlsFX for Java 9
jControlsFX (included in the IDE) - Java 8; jControlsFX9 - Java 9. Note that there is an issue with RangeSlider: https://bitbucket.org/controlsfx/controlsfx/issues/802/rangeslider-uses-inaccessable-package. Library is attached.You should also download this jar and copy it to the additional libraries folder: www.b4x.com/b4j/files/controlsfx-9.jar
@Erel · 2017-09-28
B4JSnippetColour
predefined gimp colors
In B4J unfortunately only a few colors are predefined,for all the people who often work with colors,I have the work done to define the gimp colors for different purposes.
@Knoppi · 2017-09-21
B4JSnippetExcel
Excel Spreadsheet Example
THINGS THIS DOES: Scaling of pages is set, Headings, Header columns, autoresized columns, auto-wrap column, sorting of spreadsheets in excel file
@Robert Valentino · 2017-09-21
B4JTutorialRaspberry Pi [ARTICLE]
Secure Your Raspberry Pi Against Attackers [Article]
Secure Your Raspberry Pi Against Attackers [Article]
@fredo · 2017-09-20
B4JSnippetComms & Network
Get all MAC Addresses on Windows
I need for an app to set a unique database index and computer hardware based. I''ve searched for this info in the Forum and I found the jGetMAC library from @giga and this post from @Erel The jGetMAC library only returns one MAC Address (and I''ve 5 MAC Addresses/interfaces on my windows system) and the returned MAC doesn''t correspond to the Eth interface/nor Wifi interface. So I''ve adapted the @Erel code to display only the interfaces which have MAC Addresses (independently if the interfaces are up/down or have IP address assigned to it).
@inakigarm · 2017-09-18
B4JSnippetOther
Synology Surveillance API
A simple example of working with Synology Surveillance API
@Molchyn · 2017-09-16
B4JTutorialABMaterial [ABMATERIAL]
Better Delegating the creation of complex components [ABMaterial]
Better Delegating the creation of complex components [ABMaterial]
@Cableguy · 2017-09-15
B4JTutorialABMaterial [ABMATERIAL]
Star Rating ABMCustomComponent [ABMaterial]
Star Rating ABMCustomComponent [ABMaterial]
@alwaysbusy · 2017-09-14
B4JTutorialABMaterial [PEN&PAPER]
Create & Run a simple ''Hello ABMaterial'' WebApp [Pen&Paper]
I have been requested to do a simple something on how one can create a simple ABMaterial WebApp using the Pen&Paper code generator. The attached video seeks to demonstrate with a simple ''Hello ABMaterial'' ABMLabel, just how one can just do that.The expectations for anyone to use Pen&Paper is that they know ABMaterial. One needs ABMaterial 3.5 do compile the generated source code.
@Mashiane · 2017-09-10
B4JSnippetABMaterial [ABMATERIAL]
update translator [ABMaterial]
update translator [ABMaterial]
@MichalK73 · 2017-09-07
B4JSnippetStrings
Measure the password strength
Measure the password strength
@Knoppi · 2017-09-07
B4JSnippetStrings
isLetters - check if string are letters
isLetters - check if string are letters
@Knoppi · 2017-09-04
B4JSnippetStrings
AlphaCountUp - Counts up serialnumbers
This function counts up alphanumeric values. This is necessary, for example, for serial-number generation. You can change the order and chars in your choice with the ''Values'' variable.
@Knoppi · 2017-09-03
B4JTutorialRaspberry Pi
Installing JavaFX on Raspberry Pi and run GUI apps (Sept 2017)
There has been a few tutorial & posts about this already, but most of them are outdated or buried somewhere. I found an updated tutorial which explains very well the steps for installing and running JavaFX applications on Raspberry pi
@jmon · 2017-08-31
B4JSnippetDate/time
Next Reports DateTime Handling
When datetimes are UTC on the server (as they should be), and in the Long type, trying to get the users local time report output was a problem.
@Harris · 2017-08-30
B4JSnippetImages
Grab Windows 10''s pretty lock screen images for your desktop background.
Grab Windows 10''s pretty lock screen images for your desktop background. The Images saved in your local temp Folder
@Knoppi · 2017-08-28
B4JLibraryComms & Network
HUE4j - Philips SDK - Control your HUE System
HUE4j - Philips SDK - Control your HUE System
@DonManfred · 2017-08-26
B4JClassCSS
CSSUtils
The CSSUtils code module makes it easier to update CSS properties at runtime.
@Erel · 2017-08-23
B4JTutorialABMaterial [ABMATERIAL]
Printing/Reporting with the upcoming version 3.75 [ABMaterial]
Printing/Reporting with the upcoming version 3.75 [ABMaterial]
@alwaysbusy · 2017-08-18
B4JLibraryViews - effects [BETA]
JFXExtended: Shapes, Effects, Borders And Gradient Fills [Beta]
JFXExtend allows you to apply shapes, effects, borders and gradient fills to Nodes. The library does not use CSS. It wraps the underlying packages used by JavaFX to implement the CSS . Mixing the two together can cause conflicts. An example of this is if you add a border to a button using this library and there is a border defined in the inline style for the button then the border will only temporarily replace the border defined in the inline style. This means if the button is redrawn the original border in the inline style will be used and the border you added will be lost. You will need to remove the original border from the inline style. The example code shows you how to remove entries from the inline style.
@keirS · 2017-08-18