Signing and notarizing B4J jar file as macOS App bundles
Signing and notarizing B4J jar file as macOS App bundles
@David Meier · 2020-06-14
Wind Compass - With Animation
I made this handy wind compass using (at Erels suggestion) two images one for the compass card (scale) which is fixed and one for the compass pointer which is the moving part.
@rgarnett1955 · 2020-06-12
Rasberry pi4 wiringpi Gpio
Rasberry pi4 wiringpi Gpio
@roberto64 · 2020-06-12
Exploring Components & Routers Basics [BANanoVueMaterial]
Exploring Components & Routers Basics [BANanoVueMaterial]
@Mashiane · 2020-06-12
A collection of some inline PHP functions [BANanoPHP]
A collection of some inline PHP functions [BANanoPHP]
@Mashiane · 2020-06-12
Rasberry pi4 library
SystemInfo, PlatformManager, NetworkInfo
@roberto64 · 2020-06-11
Measure Multiline Text Height
Measuring the length of multiline text is simple in B4A with StringUtils.MeasureMultilineTextHeight and in B4i by setting the width of a multiline Label and calling SizeToFit. There is no similar method available in B4J. One option is to add a label to an AnchorPane and wait for the layout to be set: https://www.b4x.com/android/forum/threads/measure-text.45750/#post-311358 Another option is to call a non-public API with the following code
@Erel · 2020-06-11
Tic-Tac-Toe. Extremely simple XUI cross platform WiFi game example B4J vs B4A vs B4i - Newer developers
Tic-Tac-Toe. Extremely simple XUI cross platform WiFi game example B4J vs B4A vs B4i - Newer developers
@Peter Simpson · 2020-06-10
Rasberry pi4 LCD1620
Rasberry pi4 LCD1620
@roberto64 · 2020-06-10
OpenJDK 11 issue with TLS 1.3 [Vodafone] [INFO FOR SERVER DEVELOPERS]
OpenJDK 11 issue with TLS 1.3 [Vodafone] [INFO FOR SERVER DEVELOPERS]
@nobbi59 · 2020-06-04
B4xTable Row Move
The order of the rows can be changed with the Up and Down buttons from the start to the end of the table rows/records
@rodmcm · 2020-06-03
Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
@Mashiane · 2020-06-02
What did you hear?
Train your language listening skills by checking out if you''ve correctly listened what was talked.
@Xandoca · 2020-06-01
Run applications JAVA11 without using B4JPackager11
Run applications JAVA11 without using B4JPackager11
@TILogistic · 2020-06-01
Create KML file
Several have asked how to create a KML file (or KMZ if compressed) starting from a map generated with the GMap library.
@Star-Dust · 2020-05-26
UI apps packaging - self contained installers
UI apps packaging - self contained installers
@Erel · 2020-05-25
jTextFormatter
In Javafx Version 8u40 a TextFormatter was introduced. This allows access to text input before any of the keypressed events are fired. Pasted text is also captured. This makes it a lot easier to validate and format text input.
@stevel05 · 2020-05-25
PDO CRUD Class for MSSQL [BANanoMSSQL]
PDO CRUD Class for MSSQL [BANanoMSSQL]
@Mashiane · 2020-05-23
Distributing and accessing an existing SQLite Databases - Part 1 [BANano]
Distributing and accessing an existing SQLite Databases - Part 1 [BANano]
@Mashiane · 2020-05-23
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
@Mashiane · 2020-05-23
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
@Mashiane · 2020-05-23
Avoid browser image cache [ABMaterial]
Avoid browser image cache [ABMaterial]
@Alexandre Riani · 2020-05-22
Live Code Swapping in v5 preview [BANano]
Live Code Swapping in v5 preview [BANano]
@alwaysbusy · 2020-05-21
SQLiteDB PHP CRUD Class for BANano [BANanoSQLite]
SQLiteDB PHP CRUD Class for BANano [BANanoSQLite]
@Mashiane · 2020-05-19
MySQL CRUD with PHP - Part 1 [BANano]
MySQL CRUD with PHP - Part 1 [BANano]
@Mashiane · 2020-05-19
Creating Expenses.Show - a CRUD expense tracker with MySQL backend: Part 2 [BANanoVueMaterial]
Creating Expenses.Show - a CRUD expense tracker with MySQL backend: Part 2 [BANanoVueMaterial]
@Mashiane · 2020-05-19
BANanoSQL CRUD-ing around with BANanoSQLUtils [BANano]
BANanoSQL CRUD-ing around with BANanoSQLUtils [BANano]
@Mashiane · 2020-05-19
Visual Segment Designer
Visual Segment Designer
@Mark Turney · 2020-05-18
Download library from maven with all dependencies
Not a snippet as such but for those who build Java libraries the site below is useful as you can search for a library (on Maven) and download it with all depencies in a single zip file
@tchart · 2020-05-14
PDF Viewer with PDFBox
This is a class ''clsPDFViewer'' which use PDFBOX to render a pdf file.
@spsp · 2020-05-13