With B4A 8.0 it has been added the possibility to create Custom Classes that can be added to the folder of additional libraries. The complicated thing is to open the zip file that contains the model of the class and modify it manually to add...
b4j myMenuEditor inspired by derez menu-designer https://www.b4x.com/android/forum/threads/menu-designer.56853/ This is my Version of a Menu Editor + Load Menus in Json-Format + Save Menus in Json-Format + Recent Files + full...
The goal of this Make Project NowPlaying is to show on an LCD display, connected to a Raspberry Pi 3, the current Title, Artist & Album played by Volumio. This Make project is a prototype - building a final solution with case not planned (yet)...
B4X-LAUNCHER Version 3!! The Graphical aspect has been completely redone, and is now less intrusive and slick. The main changes are: 8 Configurable Extra-Apps Launcher Ability to launch either of the 4 B4X iDE's (B4A, B4I, B4J and B4R) with a...
The Bank program is designed to keep records of all bank transactions on a Bank Account. It keeps a record of each Transaction and the Balance after the Transaction is applied to the Bank Account. Explaining the Input fields:- DATE Selector-...
Hello For my home automation I created this app with b4j to display the temperature of my server with raspberry. I also have a version for android. I share it here on the forum (sorry only photos). I used the REST API of the ThingSpeak site. The...
hi all, i made a new color theme because i like to develope with a dark blue editor background. it have cyan keywords and yellow on black remarks... strings are white, classes/types yellow,numbers green. (i used it as metrodark combinatoin...
hi i am just playing around with b4j and i created a maze generator lib that creates randomly a full maze (with animation) the maze is stored with custom types to a list so you can easily move a character in it since you have all walls stored...
Hi to all! As i've been using the Builder Pattern a lot lately, i write a small utility in B4j that make the .bas file for B4A from the class instance with his property. B4J project is attached This is the tutorial...
Objectives To remote control, via bluetooth with a web browser user interface, a Lego® Power Functions motor & lights using an SBrick. Read more about the solution, download the B4J source code (B4J v6.00, ABMaterial v4.03).
Hi there The fact that on the Files tab, one is able to open a file with an external program got me thinking this morning. What if I can write a B4J app, that can get passed the file name I selected, then process something inside the file and...
Hello everyone. I converted a regular expression I wrote a while ago in AutoIt language. The purpose of this snippet is to extract all the network paths, addresses, and links from a string and returns a list populated with the results. Here is...
Hi, it is not my creation, I have only the convertor "Bal2Bil" modified. :)
Hi all, I know I'm late. But that's it I wish share my little tool EasyMenu. It serves to do some practice with JSON text and MenuBar. Have fun
For those interested in generating C/C++ based libraries for B4A, NLG 4 is out. :) https://www.b4x.com/android/forum/threads/native-library-generator-c-c-to-b4a.62163/
eMarker.Show is an emarking app developed with B4J to enable one to mark their learner MS Excel scripts using a computer based marking approach. This can be easily be adopted for any learning institution and more functionality added to manage the...
Read this first: https://10print.org/ create a new b4j project and paste this code: #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 600 #End Region Sub Process_Globals Private fx As JFX Private MainForm As Form...
Based on my B4J Code Snippet "Measure the password strength" https://www.b4x.com/android/forum/threads/measure-the-password-strength.83683/ I developed a program for password generation. Some of the program points are not yet available, but...
Hi: B4xgoodies is a scraping util made by @walt61 to search for libs/snippets/tutorials from a XLSM downloadable file via Dropbox (updated every week or so) I'd want to learn ABMaterial, so I've adapted the existing B4J app to a ABMaterial...
Bots are the next hot thing in 2016! So in my spare-spare time I've been working on a wrapper for the Telegram API v2.0 (B4T?). It has a rather unconventional API but I'm reworking it to make it very easy to write bots in B4J. Bots could be very...