Similar to http://www.b4x.com/android/forum/threads/another-cad-cam-app-eliminates-paper-use.32540/#post-189809 but now in B4J ,eliminates the use of Android APP(Emulator) on a Windows PC It connects with RDC to the same MySql Database as the...
Here a little Java-like program in B4J. You have to use the library in the JavaSwingLib.zip for it: Sub AppStart (Form1 As Form, Args() As String) Dim o As JOptionPane o.showMessageDialog(Null, "there will be a new window opened", "New...
Hi ... When I try to learn a new programming language always start with this program. The program worked well in winxp 32bits. No probe in other SO. I hope this program can help to new members. I am a beginner, sorry for the mistakes.
I took a simple b4a application for my first try in b4j, and did it in about 2.5 hours. Of course - I had to learn... For example - imageview does not have action event, only mouse events, so this took me some debug time. The application is...
roNoter Notes as one liners populated from a textfile into a listview Notes can be added, modified, deleted Shows usage of a listview, toolbar with buttons, load and save data to a text file The items in the text file are loaded in the listview...
Hi, This is my first application with B4J and I want share the project with all the comunity. It is very simple but I know that at the beginning is better share examples. This is a 'Test of Personality' based only on the person full name...
roContactZ Manage (insert, update, delete via buttons in a toolbar) contacts, stored in a SQLite Database, using a form with input fields and a listview. About information displayed via modalform. Uses own library to open URL/EMail. Download B4J...
Hi All, developed small app to calculate average split (Km/Hr, min/Km, m/min) for a given distance (meters) and time (hours,minutes,seconds). In addition a line chart displays the speed over a time period. Shows usage of panes, css styles...