b4j

  1. Peter Simpson

    Tweaking the OFFLINE LLM Engine - Just for fun, nothing serious...

    Hello everyone, I actually started this project just for fun about 18 months ago, but I didn’t have the skill set to get it working correctly back then. As I was learning, I kept going back to this project, and now it’s working like a charm. Yes, I could have used an LLM to help me get it...
  2. Peter Simpson

    ♊ Summarise variable names viewer - 100% Gemini AI code, 10 minutes from phone to desktop app

    Hello everyone, After reading the post by @Giacomo, I thought the idea was good, but I didn’t really want to sit down and create it myself. Still, I knew it would make a great app. I was on my phone at the time, so I asked Gemini to create the code for me as a B4J B4XPages solution. I wasn’t...
  3. Magma

    Share My Creation Minecraft (something like it) in B4J with help of js

    Hi there to all ! This is exactly what the title tells... Minecraft (something like it) in B4J with help of js But hey have in mind that b4j works as backend (jserver/websocket) not as 3D Engine... Is MultiPlayer - so you can open for example from two different pcs into the same network the...
  4. Peter Simpson

    B4J Library OPC UA industrial client library - Connect to servers / devices

    Hello everyone, Here is my OPC UA Client library for B4J. I use this library to connect to OPC UA servers for testing, development, and general industrial communication work. It is designed to be simple to use, reliable, and fully compatible with standard OPC UA servers, compatible hardware...
  5. Peter Simpson

    B4J Library OPC UA industrial server library - Connect and test your clients / software

    Hello everyone, Here is my OPC UA Server library for B4J. I use this library to host OPC UA endpoints for testing, development, and general industrial communication work. It is designed to be simple to run, reliable, and fully compatible with standard OPC UA clients, including my own B4J OPC UA...
  6. Humberto

    Share My Creation [B4X] A code audit for your project — free coupons, in exchange for feedback

    Hi all, I spent the last weeks building a source-code security audit with a lens for B4X — B4A, B4i and B4J, including the inline Java and Objective-C inside your .bas modules. I'd like to share it here, and to be told where it falls short. A word on AI, since most of us now build with it...
  7. fernando1987

    Share My Creation [B4J] Office Ribbon Editor – Build, Code and Package Excel Ribbon Add-ins

    Creating an Excel Ribbon add-in is usually not difficult because of one line of XML. The difficult part is the complete workflow: Editing RibbonX without breaking the XML. Finding a valid imageMso icon without memorizing hundreds of IDs. Embedding custom icons correctly inside the Office file...
  8. Peter Simpson

    Playing about with the AWS RDS API

    Hello everyone, I'm just playing about with a AWS RDS library. The problem as I see it, is that there are hundreds of features that can be wrapped into the library, it's a complete pain in the rear end. Anyway, I'm currently integrating the very basics, everything is apparently working great...
  9. dynamicx.codes

    Share My Creation B4J [Web] Booking Management System

    B4J Booking Management System Smart Scheduling for Modern Education The Teacher Studio Booking Management System is a dedicated web-based platform designed to simplify and organize the process of booking recording studios for teachers producing educational content for e-learning platforms. When...
  10. Peter Simpson

    B4J on-machine (no internet) AI 🤖 assistant

    Hello everyone, I've been playing around with Llama (my first attempt failed miserably, so I scrapped it) and here are the results after starting all over again. The model in the video is Phi-3-mini-4k, but I find that I received much improved results using Qwen2.5_14B. The latter does need at...
  11. Maxcfgos

    Share My Creation B4J Tetris — Brick Game LCD Style with JavaFX

    Hi everyone, I wanted to share this Tetris game built in B4J with a classic Brick Game LCD aesthetic. Hope this is useful or inspiring for someone else working on game UIs with B4J. Feedback and suggestions are welcome!
  12. Peter Simpson

    Coming soon to B4J - OPC UA Server and OPC UA Client (Communication Protocol) 😁

    Hello everyone. At the beginning of this year, I came across OPC UA. At the time, I knew nothing about it, and there were only a couple of posts about OPC UA on the forum. I decided to look for libraries to wrap, but I had major problems working with them. I did find a few libraries, but they...
  13. oldeast

    B4J Question Main form won't display in Compiled Program

    Hi everyone, I have a compiled B4J program that I distribute to eight users. I am distributing it with Java 11. It has been running fine on Windows 11 for all users except one. In this instance the program shows a main form startup toast message OK, but the main form won't display. I have...
  14. Mark Read

    B4J Tutorial Create a widgit in B4XPages for the Win11 Desktop

    I havn't been very active in the forum for a while, so here is my latest offering. Here is a B4X example which creates a widgit to display Thingspeak cloud data directly on the windows desktop. There is no icon in the takbar which is why I have included a close button. The widgit updates every...
  15. Guenter Becker

    B4J Question Integrated Packager not working?

    Hi, I developed a small B4J Project for my license management. (Download). If I start the compilation to get a standalone package all went well with no error messages. After starting the installed exe in the C:\Programmfiles directory a window is flashing up shortly and thats all. I substitue...
  16. E

    Spanish B4J ¿Cómo detectar el cursor del ratón sobre una etiqueta usando solo una subcategoría?

    ¿Cómo puedo saber cuándo el cursor del ratón está sobre una etiqueta creada mediante código? En realidad, hay 26 etiquetas que utilizan una sola subrutina. En otras palabras, ¿cómo puedo evitar usar una subrutina independiente para cada etiqueta, dado que hay tantas? Estoy trabajando con b4j y...
  17. E

    B4J Question B4J How to detect mouse over label using only one sub?

    How can I tell when the mouse is over a label created by code? There are actually 26 labels using a single subroutine. In other words, how can I avoid using a separate subroutine for each label, since there are so many?. I'm working on b4j. b4xpages Thanks in advance! Javier
  18. fernando1987

    Share My Creation 🚀 Sneak Peek: JMenuBar is coming to JDashboardUI!

    Hi everyone! I’m excited to share a preview of one of the most powerful features arriving in the upcoming update of JDashboardUI: the all-new JMenuBar. I have completely reimagined how we handle menus in B4J to ensure they are as fluid, modern, and professional as the rest of the suite...
  19. Peter Simpson

    B4J Library Enhanced EXIF metadata information viewer

    Hello everyone, ReadEXIFData is a B4J library for extracting image metadata. It is designed to give B4J developers a straightforward way to access EXIF (Exchangeable Image File Format) information without navigating Java’s underlying complexity. The library can return full metadata or targeted...
  20. Peter Simpson

    I don't know

    I'm thinking about putting code on Github and using this library and my Quarts library (via a nice looking GUI and an icon in the notification area) to do everything for me synchronisation wise (which could be a bad idea). I'm not sure how many B4X developers use/upload their code to Github, but...
Top