b4j

  1. Marcos Alves

    Android Question B4XPages and #IF JAVA

    Hello, I have a B4XPages code that is using specific java routines only for B4J. If compiled for B4A the routine raises an error that's why it's needed to restrict the compilation only to B4J. But compiler in B4A is ignoring the directive as follows: #if B4J #if Java import...
  2. KMatle

    B4J Code Snippet Print files via jShell and a VBS script (Windows only)

    I use this VBS script to print all files in a folder on the standard printer (in my case PDF-files). Windows recognizes the file type and uses the defined program (e.g. Acrobat for PDFs) to print the files. You can easily add some functions (use Google to find out how) like getting the names of...
  3. G

    Android Question [B4A] Cannot connect to database

    Hello there, Can anyone help me? i tried to use b4a to mysql with b4j jRDC and show this error ResponseError. Reason: java.net.ConnectException: Failed to connect to /192.168.0.8:17178, Response: ERROR: java.net.ConnectException: Failed to connect to /192.168.0.8:17178 The IP Addresses is...
  4. sfsameer

    Share My Creation ERP System : Source Code

    Hello, Today i was browsing my laptop and suddenly i came across a folder names Quality ERP which is a system i developed back in 2018 when i first started learning B4J :) Please note the system is a simple ERP system and it's not like SAP or Oracle ERP ;) The system Contains : 1- Dashboard...
  5. alirezahassan

    B4J Question B4x Page

    Hi, i use b4xpage. and i want to show page. i write this code B4XPages.ShowPage("M_hi") and i want to send some data to this page. before using b4x page i write this for example M_hi.ID = ID M_Hi.start and i send ID to this code Module. for b4xpage what should i do to send data?
  6. cklester

    B4J Question [SOLVED] How To Stop B4J Server on Windows 10

    On Windows 10, I'm running the server app from this thread. It's working fine. How do I stop it? I'm not sure what process it is in Windows Task Manager, and I shut down B4J IDE, but the server is apparently still running, as the site continues to be served at the default URL.
  7. David Elkington

    B4J Question Looking to Merge PDF

    I was wondering if anyone can help. I have a bunch of PDF files created by another application (unknown quantity but known filenames) and I would like to merge them into 1 PDF file so that it can be attached and emailed as a unit. I have searched all over bu the solutions out there involve...
  8. R

    B4J Question Google Maps Waypoint Anchor Change

    Any marker added with the jGoogleMaps library displays the marker with the bitmap anchored at the centre of the bottom margin. Is it possible to expose the properties of the marker such that the bitmap is centred over the co-ordinate rather than above it? Rather like the Android library...
  9. Xfood

    Italian B4j Webview ( Client does not have access to the resource on the server )

    Buongiorno A tutti, volevo creare una semplice procedura in b4j con WebViev, in pratica devo mettere un indirizzo ip e fare un loadurl per vedere la pagina di ritorno, solo che " la bilancia in questo caso" mi da ( Client does not have access to the resource on the server ) normalmente la...
  10. B

    B4J Question Detect only Pane node in the form

    I need a metod to detect only the Pane node present in the in the form Actually i use the following metod: I have a form with 4 pane, all are not visible unless i select the one i want to use in the menubar. Each Pane tag are set "pnl" + pane name, tha's the same item name use in the menubar...
  11. a6000000

    B4J Question [B4J] jscriptengine JsBridge js-WebViev-to-B4J-to-js [working example]

    [EDIT] better: https://www.b4x.com/android/forum/t...4j-and-from-b4j-to-webview-javascript.123547/ [solved] finally found what works: from WebViev click to B4J https://www.b4x.com/android/forum/threads/making-upcalls-from-javascript-to-javafx.51794/post-771871 Send data-message from...
  12. S

    B4J Question B4J IDE runs on Linux :)

    I don't know if this is old news to people here, but the B4J IDE (including the designer) runs on Ubuntu 20.4 with the latest Crossover (V20). Crossover even has B4J as a known app, so the install is relatively painless. But - and there's always a but - when I try to run a simple program B4J...
  13. walterf25

    B4J Question ABMaterial Responsive Apps

    Hi all, I am back trying to finish up a project I started months ago, i finally found some time to try and finish it, this is a web app that I plan deploying for internal use at work, the app is a very simple Inventory service, I have really not had much time to go through all the tutorials...
  14. Programing Center

    B4J Question Run exe file on windows

    hi, i programming a project. and i export exe file from 'Build standalone package' and i want to share this program. What are the prerequisites? for example if there isn't any jdk on the windows, do the programs give it an Error to install jdk or no? and dose it matter to run on windows 32bit or...
  15. 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...
  16. 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)
  17. 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...
  18. 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...
  19. 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
  20. 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...
Top