B4JSnippetMail
DateTime stamp and MessageID for Smtp mail
Noticed that the emailprovider suddenly deletes my automatic generated mails from the Pi. Looking in the output the dateinfo was not included and also no Message-ID thus the server classifies it as Spam. This routine generates the map you need to for composing a mail with Date/MessageID.
@MbedAndroid · 2020-10-21
B4JSnippetMail
Bulk Email Sender
Bulk Email Sender
@cklester · 2020-10-21
B4JSnippetComms & Network [B4J]
send string msg from WebView js 2 B4J - and from B4J to WebView javascript [B4J]
send string msg from WebView js 2 B4J - and from B4J to WebView javascript [B4J]
@a6000000 · 2020-10-17
B4JLibraryBCTextEngine/BBCodeView
Vertical Text Engine
Words in Chinese, Japanese and Korean (CJK) can be arranged vertically and I didn''t find a good vertical text engine for B4X. In the previous thread I posted, Erel gave a workground solution but it cannot display multiline text and punctuations correctly, The BCTextEngine does not have this support yet, too. So I decided to make one.
@xulihang · 2020-10-15
B4JLibraryEditText/Textview/TextArea/TextField [B4J ONLY]
NumberFormatInput B4xLib [B4j Only]
This is a B4xlib customview that uses a textfield, label and the textformatter lib to provide formatting of a numeric text field with NumberFormat2.
@stevel05 · 2020-10-15
B4JTutorialLinux
B4J IDE runs on Linux
The B4J IDE (including the designer) runs on Ubuntu 20.4 with the latest Crossover (V20).
@Squiffy · 2020-10-14
B4JLibraryDatabase
Alpha/Beta testing of jRDC2 server with stored procedures support
Alpha/Beta testing of jRDC2 server with stored procedures support
@OliverA · 2020-10-09
B4JSnippetMap
Return B4X Map from inline Java
Return B4X Map from inline Java
@tchart · 2020-10-07
B4JTutorialBAnano - Vue [BANANOVUEMATERIAL]
Creating Expenses.Show - a CRUD expense tracker with MySQL backend: Part 1 [BANanoVueMaterial]
Creating Expenses.Show - a CRUD expense tracker with MySQL backend: Part 1 [BANanoVueMaterial]
@Mashiane · 2020-10-06
B4JTutorialRaspberry Pi
Starting with Raspbury Pi 4 - All in one video tutorial
Starting with Raspbury Pi 4 - All in one video tutorial
@hatzisn · 2020-10-05
B4JSnippetB4J Server [SERVER]
list all request headers in a handler class [server]
list all request headers in a handler class [server]
@Erel · 2020-10-04
B4JSnippetLinux
Linux + B4JPackager11: Cannot run program objcopy: error=2, No such file or directory
Linux + B4JPackager11: Cannot run program objcopy: error=2, No such file or directory
@Erel · 2020-10-04
B4JLibraryB4J
FormUtils
Here are some formutilities that I find useful pretty often. So I put them all in one static class And I thought I''d share it. The most important one, I just found (GetIcons in the lib) allows you to add an icon to display it in the taskbar when the form is minimized, I''ve been looking for that for a while. It has the bonus of also adding the Icon to the form.
@stevel05 · 2020-10-02
B4JTutorialBAnano [BANANO]
Creating BANano Custom Views with the BANano Custom View Creator WebApp [BANano]
Creating BANano Custom Views with the BANano Custom View Creator WebApp [BANano]
@Mashiane · 2020-09-29
B4JTutorialBAnano [ADVANCED USERS][BANANOAPI]
Scripting the DOM: The HTML5 Canvas Story [Advanced Users] [BANanoAPI]
Scripting the DOM: The HTML5 Canvas Story [Advanced Users] [BANanoAPI]
@Mashiane · 2020-09-27
B4JTutorialB4J Server
b4j max upload file size with nginx
b4j max upload file size with nginx
@juventino883 · 2020-09-27
B4JLibraryBAnano [BANANOCANVAS]
A HTML5 Canvas Library [BANanoCanvas]
A HTML5 Canvas Library [BANanoCanvas]
@Mashiane · 2020-09-27
B4JSnippetMenu
Translate Menus and keep Tag for Identifying
Translate Menus and keep Tag for Identifying
@Midimaster · 2020-09-22
B4JLibraryComms & Network
Asynchronous modbus TCP master
A modbus TCP master library, fully programmed in b4j. This library is asynchronous, by use of the asyncstreams and Callback method. The response is an event, a separate sub, different then your sub where you did the request. This has the advantage that an unresponsive server will not slow down your application.
@Coldrestart · 2020-09-22
B4JTutorialBAnano [BANANO]
Serializing & De-Serializing Objects - Type to Json/Map and back [BANano]
Serializing & De-Serializing Objects - Type to Json/Map and back [BANano]
@Mashiane · 2020-09-18
B4JTutorialBAnano [BANANO]
Creating an Online Store Website / WebApp [BANano]
Creating an Online Store Website / WebApp [BANano]
@Mashiane · 2020-09-16
B4JTutorialUI design
B4J UI Tutorials
B4J UI Tutorials
@mcqueccu · 2020-09-15
B4JClassFile handling
File Entry Class
This is a custom view designed for B4J for opening files and maintaining a recent files list capable of being serched, filtered and exported to an sqLiteDB or csv
@rgarnett1955 · 2020-09-14
B4JTutorialBAnano [BANANOMJL]
Responsive Email Projects [BANanoMJL]
Responsive Email Projects [BANanoMJL]
@Mashiane · 2020-09-06
B4JLibraryBAnano - Designer [BANANOMJML]
A Responsive Email Framework using the Abstract Designer [BANanoMJML]
A Responsive Email Framework using the Abstract Designer [BANanoMJML]
@Mashiane · 2020-09-06
B4JTutorialYouTube [B4J]
Generate/Extract Direct Youtube DL Link [B4J]
Generate/Extract Direct Youtube DL Link
@mcqueccu · 2020-09-04
B4JTutorialB4J
Runner to start JAR with Open JDK
Runner to start JAR with Open JDK
@tchart · 2020-09-02
B4JTutorialBAnano - Vue [BANANOVUEMATERIAL]
How to ask questions, request help, report bugs and request enhancements + Telegram Channel [BANanoVueMaterial]
How to ask questions, request help, report bugs and request enhancements + Telegram Channel [BANanoVueMaterial]
@Mashiane · 2020-08-26
B4JSnippetLogging/Exceptions
Set slf4j log level
A 3rd party library I am using was outputting INFO level messages frequently and ended up creating a 20gb log file. Ive asked the author to change the log level for the function to DEBUG but in the meantime I had to reduce the logging level of slf4j. This can be done using the inline code below and calling it via a JavaObject.
@tchart · 2020-08-25
B4JLibraryViews - additional
SD: XUI_Design
A single CustomView that allows you to insert a design B4XView allowing you to associate it with any view
@Star-Dust · 2020-08-22