b4j

  1. Programing Center

    B4J Question Error with JPOI Library

    Hi all, i user JPOI Library for do with excel in my app. when i run with b4j compiler all the thing are good and i don't have any error. when i compile with B4JPackager11, it makes crash and closed. what should i do? i find this error XML-BEANS compiled schema: Could not locate compiled schema...
  2. mcqueccu

    B4J Tutorial B4J UI Tutorials

    1. Check out this Nice and Clean Dashboard UI Tutorial for B4j Whiles there, please SUBSCRIBE TO MY YOUTUBE CHANNEL https://www.youtube.com/channel/UCl9KKwBFLWKoZx0NOZy-bPA?view_as=subscriber 2. SALES DASHBOARD UI 2(With Source)
  3. Sagenut

    B4J Question How to Run/Execute a JAR on MacOS?

    I am completely out from the Apple/Mac world so excuse me if I will write silly or non exact things. How to run a JAR, created with B4J, on a Mac? I tried searching the forum for a solution to this but I came out unsuccessfull. Take into account that I have only a PC. Mac will not execute such a...
  4. E

    German Neustart eines jServers

    Hallo zusammen, ich muss einen jServer, welcher auf einem Centos System läuft, wegen einem Backup Abends beenden und nach 2 Stunden neustarten. Aktuell starte ich den jServer über den nohup - Befehl. Das Programm muss beendet werden, weil es einen Connection-Pool in Richtung einer Datenbank...
  5. D

    B4J Question Secure my projects source codes

    After building my project and release jar file, hackers can access to my source codes Is there any way to protect codes at least for chicken hackers? It is important to nobody can access to my sources Thanks
  6. A

    Android Question B4A, JRDC2 and PHP Website

    Hi All, Hopefully this is in the right section - I'm working on a B4A app, that uses b4j server with jrdc2 connector to mysql server (this is all working fine) - I then have my friend work on php website, which he's connecting to the same mySQL server. I would like to get a login/register...
  7. C

    B4J Tutorial Feedback using Liberica JDK 11 for raspberry pi

    Hello everyone. After spending some time to get a UI on my raspberry pi screen, here are my remarks, for who it can be useful: -Be careful when using only VNC to connect to your raspberry pi, when testing the javaFX lib, connect a screen on the HDMI port. (Yes there are libs that only show you...
  8. E

    B4J Question TreeView structure from Database

    Hi guys, i need help by creating a TreeView structure from MySQL Table. My database table has 3 columns: 1. id 2. name 3. parent_id Now on client side i load the data via httpjob and parse it into json. Dim job As HttpJob job.Initialize("",Me) job.Username=Main.api_user...
  9. S

    B4J Library PDF Creator and viewer

    Hello, Here are 3 classes : - PdfCreator : create PDF - PDFViewer : render PDF - clsFormPDF : form to preview PDF (Page navigation, Zoom, Print, Save) PdfCreator and PDFViewer wraps PDFBox You have to download pdfbox-app-2.0.20.jar and copy it in the additional folder You have to download...
  10. rgarnett1955

    Android Question xGraph - Treatment of NaN's

    Hi All, I have lots of real time data I use xGraph to display, however I run into trouble with missing data segments. I don't wish to fill them with a linear interpolation or some other trick, but rather to pad the missing data points with NaN. At the moment xGraph treats the NaN's as...
  11. A

    B4J Question b4j 8.3 error

    hi i made small program which has accordion ,webview and i got this error when i make release the program dosent run please help
  12. S

    B4J Library PDF Viewer with PDFBox

    Hello, This is a class 'clsPDFViewer' which use PDFBOX to render a pdf file. Use the form clsPDFPreview to preview a PDF file. You can browse pages, zoom in and out, print and save the pdf. You can add custom button for others actions. Don't forget to add the jar file...
  13. S

    Share My Creation Find used libraries (B4A, B4J,B4In B4R)

    Hello, Sometimes you want to clean the additionnal folder, but are you sure a library is used or not in your projects ? This app lists all the libraries found in your projets. Select a folder, check project's type and you got it! In the left listview are the libraries found. In the right...
  14. moster67

    B4J Code Snippet [B4X] Canvas - ensure free mouse drawing without gaps (smooth continuous drawing)

    EDIT: see posts #2 and #4 for better solutions thanks to Erel. There might be better ways but I have used DrawRect() method of the Canvas in the past when I want to do free mouse/hand drawing on the screen. However, very often DrawRect() skips some points, i.e., leaves gaps if one tries to draw...
  15. avalle

    B4J Question How to implement TLS client authentication in B4J server?

    Normally, a TLS client verifies the server’s certificate. It’s also possible for the server to require a signed certificate from the client. These are called Client Certificates. This ensures that not only the client can trust the server, but that the server can also trusts the client. Is this...
  16. Peter Simpson

    B4J Tutorial 💡 CID (Caller ID) - View incoming call details using your COM port modem

    Hello All, After looking on the forum and finding basically nothing regarding using B4J for CID (Caller ID) via home or basic business phone lines, I took out my V.92 USB modem and created this simple tutorial for B4J developers to learn from. NMBR=07931XXXXXX actually displayed my full mobile...
  17. Peter Simpson

    🤗 My happy introduction to B4X

    Hmm, I see that Anywhere Software has created this new section in the forum, so I've decided to add my actual B4X story. WARNING: This is going to be a loooooooooooong read :cool: I've always enjoyed creating software from the early days of the humble 48k ZX spekky, to machine coding my 68000...
  18. Peter Simpson

    Android Tutorial 💡 A simple XUI app transfer from B4A to B4J in under 11 minutes

    Hello all, Here is a quick video to show how simple it can be to transfer your B4A projects to B4J when using XUI. It's been on my mind all days now, so I thought I would give it a go and also record my efforts. This is my first ever attempt at doing anything cross platform like this with XUI...
  19. stevel05

    Share My Creation [B4J] Hex View CustomView

    Here is my take on a Hex dump as a custom view. You can: Explore any size file Load one or more arrays of bytes Search the data There is a degree of customisation in the designer and subsequently in the class for setting colours used for different highlighting. Turning the headers on/off...
  20. oldeast

    B4J Question Archiver

    After installing the latest version of B4J, the Archiver library is missing and is needed in theB4J packager which has been Ok for a couple of years, I found iArchiver but i think I need jArchiver, can you help please Thanks
Top