This is an example of how to create a windows style explorer interface for folders and documents. I was working on a project that needed it, but couldn't find anyting like it. There is a class module you can take the code from, or just use to do...
This is two-thirds of a full KVM that runs in the JVM. There are two components: the JVMKVM_Controller and the JVMKVM_Target. You run the target on the machine you want to control. You run the controller on the machine that will be doing the...
Hi Everyone jMashProjectProfile for now seeks to address the problems of 1. Project Distribution and 2. Project Analysis What do we mean about Project Distribution? When one distributes a project, the current compression does not include the...
Hi all. I made this tool some time ago and now i want to share. its very simple and use a php with fsockopen to get the ports opened or closed. Download Attached
GPS - Combined Instruments Uses JGraphicLib
A quick tool I made for my own use that I thought I`d share with my B4x friends: https://www.dropbox.com/s/lia8ysy0k6718cp/CopyPad.jar You can enter whatever text that needs to be remembered. Clicking the checkbox will copy that text to the...
Merits for Wonder Class and Procedures LittleSquare Physics Demo https://www.b4x.com/android/forum/threads/littlesquare-physics-demo.58225/#content Merits for Daestrum function setRotatePoint...
Once upon a time, I tried to build a 3D engine from scratch. The moment I realized I needed to dive into some higher mathematics in order to perform proper rotations, I kinda walked away and left it unfinished. Example 1: Opens and displays a...
Here's a little physics demo I wrote to kill some time at work... Enjoy. :) Open the attached JAR file and/or download the source code. PhysiX.b4j #Region Project Attributes #MainFormWidth: 600 #MainFormHeight: 400 #End Region Sub...
Ok, this is just being silly now. I recently lost a huge chunk of my b4j source code after debugging and I was just reluctant to rewrite it. Well my "Main" file got filled with NULLs after a computer crash. I wanted my data back, urgently and...
BJ Notes is a small program to keep notes and snippets of code about a topic. Create Categories which are particular subjects of the overall topic. Add Items and Data for each Category. Search for particular words in the Items or Data areas...
Just a little test project for a client I did the other day using B4J and B4A. I may post the code later if I ever get the time. The basic idea was to interface an old rotary phone with a modern cellphone. So, I used a Raspberry Pi 2 to do the...
small bingo scratchcard.
In researching different ways to do collision detection on my game, I accidentally discovered what can be an alternative to Bresenham's algorithm. What is Bresenham's algorithm? Bresenham's line algorithm is an algorithm that determines the...
when 2 cells collide in the middle they will unite. as bigger the cell as slower it will move. animation end when all cells are united :p
The WeatherCubeOne2 showcase is a next development based on WeatherCubeOne1. This version is completely rewritten using MQTT technology. MQTT is a great Technology - the new solution is so much simpler then the previous - No need for complex...
Hi, whilst progressing with my Domoticz Home Automation Solution, a new Tool Shed ("Gartenhaus") is in the make. This shed will have several sensors (like TinkerForge Bricks/Bricklets, but also planned an Arduino) connected to a Raspberry Pi...
MOVIES is a program to keep record of all DVD, BlueRay and any USB Movies. MEDIA - ComboBox is used to select the Media Category - USB - DVD - BR. MOVIE NAME - where the Movie name is entered. INFO - An optional Field. Used to show A or B rated...
LauncherTool is a utility for B4X developers that has the ability to create and manage projects from a central location. LauncherTool is based off of my previous Launcher-type app which was called “B4L”. However, the major issue with B4L is that...
Hi all. Thought I would share this before I customized it. It is the start of a monitor application to watch MQTT messages. I need it for one of my b4a apps for debugging purposes. I wrote another one in VB.NET 2 years ago but cannot find the...