B4JSnippetFile handling
Copy And Delete Folders
Copy And Delete Folders
@PatrikCavina · 2018-07-20
B4JLibraryTable/Grid
Bootstrap4Grid
This generates the HTML bootstrap grid from a single class, just a basic grid using original source code. This could be adopted for other grid generating frameworks. One could use JQuery to put components using the ids of the RCs, if one explores this further.
@Mashiane · 2018-07-19
B4JLibrarySerial comm/USB
jSerial for AArch64
I wanted to open a serial interface on my pine64 Board with ARM-64bit. Unfortunately, the official jSSC Lib does not support 64bit architecture. I have built a new one which supports 64bit as well as the officially supported platforms.
@Blueforcer · 2018-07-17
B4JTutorialABMaterial [ABMATERIAL]
Package your WebApp with InnoSetup [ABMaterial]
Package your WebApp with InnoSetup [ABMaterial]
@Mashiane · 2018-07-14
B4JSnippetABMaterial [ABMATERIAL]
Custom Component Linear Gauge [ABMaterial]
Custom Component Linear Gauge [ABMaterial]
@rwblinn · 2018-07-13
B4JTutorialhttp [SERVER]
Conscrypt and Http/2 [server]
Http/2 is a newer version of the Http protocol. It provides better performance over Http 1.1 with lower overhead. If the browser doesn''t support Http/2 then it will switch automatically to Http 1.1. Conscrypt is an open source project developed by Google that provides an alternative SSL provider. 1. It provides better performance than the default SSL provider. 2. It supports Http/2, including with Java 8. The default provider supports Http/2 starting from Java 9. This means that you have two options to enable Http/2: 1. With Java 9+ and the default provider. 2. With Java 8+ and Conscrypt. Conscrypt is the recommended provider. Note that you can use Conscrypt without Http/2.
@Erel · 2018-07-01
B4JLibraryABMaterial [ABMATERIAL]
Mapping with Leaflet.js? [ABMaterial]
Mapping with Leaflet.js? [ABMaterial]
@Mashiane · 2018-06-29
B4JClassABMaterial [ABMATERIAL]
Beginning the Frappe Gantt Chart [ABMaterial]
Beginning the Frappe Gantt Chart [ABMaterial]
@Mashiane · 2018-06-26
B4JSnippetABMaterial [ABMATERIAL]
Trying to wrap a multi-select [ABMaterial]
Trying to wrap a multi-select [ABMaterial]
@Mashiane · 2018-06-25
B4JClassABMaterial [ABMATERIAL]
Additional Frappe Chart Things [ABMaterial]
Additional Frappe Chart Things [ABMaterial]
@Mashiane · 2018-06-21
B4JLibraryB4J
Updates to internal libaries
Updates to internal libaries
@Erel · 2018-06-19
B4JTutorialABMaterial [ABMATERIAL]
Me like Donuts [ABMaterial]
Me like Donuts [ABMaterial] - Morris chart
@Mashiane · 2018-06-12
B4JTutorialABMaterial [ABMATERIAL]
Custom Component CustomChartJS [ABMaterial]
Custom Component CustomChartJS [ABMaterial]
@rwblinn · 2018-06-08
B4JTutorialB4J
B4J HowTo''s
B4J HowTo''s
@rwblinn · 2018-06-07
B4JTutorialABMaterial [ABMATERIAL]
How to fit ABMGoogleMap to RC with SetFixedHeightFromBottom? [ABMaterial]
How to fit ABMGoogleMap to RC with SetFixedHeightFromBottom? [ABMaterial]
@Mashiane · 2018-05-31
B4JTutorialABMaterial [ABMATERIAL]
Creating a color grid container [ABMaterial]
Creating a color grid container [ABMaterial]
@Mashiane · 2018-05-29
B4JLibraryDropbox
Dropbox SDK V2
This is a begin of a wrap for the Dropbox JAVA SDK The Library is based on my v0.4 from the B4A Library. I´ve made an B4J Version out of it now. The Library is beta.
@DonManfred · 2018-05-27
B4JTutorialCertificate [SERVER]
Valid SSL certificate for localhost for your development machine [SERVER]
Valid SSL certificate for localhost for your development machine [SERVER]
@mindful · 2018-05-16
B4JTutorialhttp [SERVER]
Http/2 Configuration [server]
B4J v4.00 adds support for Http/2. This is the new version of the Http protocol.
@Erel · 2018-05-15
B4JLibraryLogging/Exceptions
jColorLogger
jColorLogger allows you to control the text color and background color and column alignment of statements logged to Standard Out in the Windows console and Linux or Mac terminal emulators. The color functionality doesn''t work in the B4J IDE but the logging still does, it just appears as boring monochromatic text.
@Roycefer · 2018-05-12
B4JClassABMaterial [ABMATERIAL]
Exploring jsGanttImproved [ABMaterial]
Exploring jsGanttImproved [ABMaterial]
@Mashiane · 2018-05-07
B4JTutorialDatabase
jRDC2 - B4J implementation of RDC using JDBC microsoft
I used the example that Erel published to create my application and connect it to a server database microsft sql server 2008, in principle I used the odbc open source of JTDS but I had the problem that it only reads the first instance installed on the server, being a problem because I have more than one instance, and only read the first intancia that has been installed. later I found the odbc of microsoft and this worked me without problem
@Vania Contreras · 2018-05-04
B4JSnippetABMaterial [ABMATERIAL]
Googling around with Google''s Gantt Chart [ABMaterial]
Googling around with Google''s Gantt Chart [ABMaterial]
@Mashiane · 2018-05-04
B4JSnippetCalendar
Hebrew calendar
Hebrew calendar
@BeneBarros · 2018-05-02
B4JLibraryB4J [XUI]
SD: TouchViewEvent B4J [XUI]
Using the XUI views I realized the need to follow the events of Touch, Drag, Click and Release in a unique way. I wanted to create an XUI class that manages things in a standard way, so if we write apps using XUI views we can also have a standard when we write code related to events, without having to use #IF B4A, #IF B4J
@Star-Dust · 2018-04-30
B4JTutorialLogging/Exceptions
Logserver using in multiple modules / classes.
LogServer can only accept one connection at a time, therefore we should not initialize the LogServerClient multiple times to access it from different classes / modules. Instead, declare it as a Public Process_Global and initialize the LogServerClient in your Main module, then access it from Main in other modules you want to use it from.
@stevel05 · 2018-04-30
B4JTutorialLogging/Exceptions
LogServer sending complex data
Data from classes, types or any other object can be sent as a message to LogServer by writing a Sub to format the data in an easily readable manner.
@stevel05 · 2018-04-30
B4JClassABMaterial [ABMATERIAL]
MashText2UML: Sequence Diagram [ABMaterial]
MashText2UML: Sequence Diagram [ABMaterial]
@Mashiane · 2018-04-27
B4JClassABMaterial [ABMATERIAL]
MashFlowChart [ABMaterial]
MashFlowChart [ABMaterial]
@Mashiane · 2018-04-27
B4JTutorialB4J
Fix trails when moving Nodes
If youre creating apps that work with moving nodes (in my case D''n''D), you may als have seen that moving nodes sometimes results in ugly trails on the Parent Pane. Heres how to fix that: We tell JFX to cache the nodes style, that results in a way faster redrawing.
@nobbi59 · 2018-04-27