B4JTutorialABMaterial [ABMATERIAL]
ABMPivotTable new functionalities (2.50) [ABMaterial]
The ABMPivotTable component has been extended with some extra functionalities: 1. Collapsable/Expandable rows and columns 2. Presetting table type and aggregation type + values 3. Show readonly 4. Export to XLS and XLSX
@alwaysbusy · 2017-01-26
B4JTutorialExcel
Creating Excel Reports with jPOI - Part II
Creating Excel Reports with jPOI - Part II
@DMW · 2017-01-24
B4JTutorialExcel
Creating Excel Reports with jPOI - Part I
Creating Excel Reports with jPOI - Part I
@DMW · 2017-01-24
B4JTutorialJava
JVM Memory Settings, this may help you
Might be help to users who are not well versed in area.
@Jmu5667 · 2017-01-12
B4JTutorialABMaterial [ABMATERIAL]
Downloading a file from the server. My example [ABMaterial]
Sending any file from the server to the client from ABMaterial
@MichalK73 · 2017-01-11
B4JTutorialABMaterial [ABMATERIAL]
New component ABMChat (2.50) [ABMaterial]
ABMChat is a new cool looking ABMaterial component to create a Web based chat program. The inner workings are very much like Erels ChatRoom, but with a slick interface. This can be a useful control if for example you want to give chat-like support within you own app.
@alwaysbusy · 2017-01-10
B4JTutorialMenu
Floating ContextMenu using jNativeHookB4j
This is an example of using @Roycefer ''s jNativeHook to monitor all mouse events, even outside of the current app. It uses a ContextMenu to replicate the right click functionality. Default behaviour is overridden by the jNativeHook library and returning false from the relevant event sub.
@stevel05 · 2017-01-10
B4JTutorialSpeech
jFreeTTS Library: Add speech to your B4J App
jFreeTTS Library: Add speech to your B4J App
@Mashiane · 2017-01-02
B4JTutorialIcons / fonts
FontAwesome & Material Icons fonts
FontAwesome and Material Icons are two free icon sets including more than 1500 icons. They are implemented as regular font files which means that each icon is a regular character, exactly like any other Unicode character. Only fields that use the FontAwesome or Material Icons font will show the icon characters properly.
@Erel · 2016-12-15
B4JTutorialABMaterial [ABMATERIAL]
CustomJQPlot [ABMaterial]
This comprises of more than 60 examples of setting the chart options.
@Mashiane · 2016-12-01
B4JTutorialApp protection
Application protection
This is at present a proof of concept, but does allow applications written in B4J to be protected. It relies on my Nashorn library.
@Daestrum · 2016-11-22
B4JTutorialB4J Server [SERVER]
Background Workers [server]
jServer v2.70 adds support for background workers (https://www.b4x.com/android/forum/threads/updates-to-internal-libaries.48274/#post-465493). A background worker is a class instance that is initialized by a background thread. You can keep the class instance running for as long as the server is running
@Erel · 2016-11-20
B4JTutorialABMaterial [MYMATERIAL.SHOW]
How I created my first ABMaterial WebApp without writing any code [MyMaterial.Show]
How I created my first ABMaterial WebApp without writing any code [MyMaterial.Show]
@Mashiane · 2016-11-15
B4JTutorialABMaterial
Android2ABMaterial: A Personal Experiment
Android2ABMaterial: A Personal Experiment
@Mashiane · 2016-11-14
B4JTutorialABMaterial [ABMATERIAL]
ABMCustomComponent - Google Charts [ABMaterial]
Building a chart and displaying it using Google charts API
@Harris · 2016-11-13
B4JTutorialB4J
Using CustomBuildAction to your advantage
Using CustomBuildAction to your advantage
@tchart · 2016-11-10
B4JTutorialABMaterial [ABMATERIAL]
Add root filter to redirect visitors to site entry page [ABMaterial]
Add "root filter” to redirect visitors to site entry page [ABMaterial]
@stanmiller · 2016-10-21
B4JTutorialABMaterial [ABMATERIAL]
Version 2.0 ABMParallax [ABMaterial]
Version 2.0 ABMParallax [ABMaterial]
@Harris · 2016-10-14
B4JTutorialComms & Network
Tutorial - Run B4J webserver on VPS
Tutorial - Run B4J webserver on VPS
@shashkiranr · 2016-10-09
B4JTutorialABMaterial [ABMATERIAL]
events trigger [ABMaterial]
events trigger [ABMaterial]
@jayel · 2016-10-06
B4JTutorialABMaterial [ABMATERIAL]
My take on the Grid [ABMaterial]
My take on the Grid [ABMaterial]
@Mashiane · 2016-10-03
B4JTutorialABMaterial [ABMATERIAL]
Calling MySQL PHP scripts with OkHttp [ABMaterial]
Calling MySQL PHP scripts with OkHttp [ABMaterial]
@Mashiane · 2016-09-29
B4JTutorialABMaterial
MyMaterial.Show with Source Code Preview
MyMaterial.Show with Source Code Preview
@Mashiane · 2016-09-16
B4JTutorialJava
Java Security
Java Security
@Erel · 2016-09-12
B4JTutorialPDF
Generate Word document and save as PDF from B4J via VBS-script
Generate Word document and save as PDF from B4J via VBS-script
@KMatle · 2016-08-29
B4JTutorialInterop
Execute Windows VBS-Scripts from B4J
Execute Windows VBS-Scripts from B4J
@KMatle · 2016-08-29
B4JTutorialB4J
Multiple entry jar
You can put more than one java application in a single jar, but still be able to run them as individual applications.The main advantage is the space it takes up.
@Daestrum · 2016-08-24
B4JTutorialRaspberry Pi [RPI MODEL 3]
Sunfounder Super Kit v2.0 [RPi Model 3]
I have just purchased this kit and have started to go through the examples. In an effort to help others like me with little or no knowledge of how to port the examples to B4J, I thought it might be helpful if I post my code for each example.
@Mark Read · 2016-08-09
B4JTutorialCSS
CSS Example
Demonstrates how CSS sheets can be used to style the UI.
@Erel · 2016-07-27
B4JTutorialABMaterial [ABMATERIAL]
AddArrayComponent (simple example) [ABMaterial]
I wanted to create a configuration sheet using ABMSwitch. However, the click method does not have a (Target as String) param. Same goes for ABMCheckbox... ABMChips was used for this example since it works.
@Harris · 2016-07-21