b4j

  1. G

    B4J Question ServerSocket, switch client socket to TLS

    I have a (legacy) solution written several years ago in VB.net which is an SMTP server. Part of the solution includes responding to the STARTTLS command which effectively converts the active client socket from plain to SSL. I'm looking to convert this to B4J, and have created a very simple...
  2. W

    B4J Tutorial [Tool] Integrated B4JPackager11 helper: PrepInstallerScript (with source code)

    I was making the switch from Java 8 to Java 11 and wanted to use the 'Integrated B4JPackager11' as explained by @Erel in https://www.b4x.com/android/forum/threads/integrated-b4jpackager11-the-simple-way-to-distribute-standalone-ui-apps.117880/. Nice, but too much work for a lazy guy like me as...
  3. J

    B4J Question Webserver that makes http requests as well as accepting them

    I have a jserver webserver. The b4j program that wraps(?) this will now also need to make http requests of its own based on what is in a database. What is the best way to set that up that won't interfere with it listening for incoming requests. I was thinking of a timer whose tick event made a...
  4. Alexander Stolte

    Android Tutorial [B4X] B4X Online Tools - JSON Parser/QR Generator/Regex Parser

    Full list of B4J Server Examples: https://b4x.com:51041 If there are other online tools that simplify programming with B4X, then I expand the thread.
  5. mcqueccu

    B4J Question Licensing for Desktop applications

    How does one license B4J Desktop Applications with a license key for a duration of maybe 1 year, and how do I implement a trial license for say 3 months? If you have done something in that regards, kindly share. Thank you
  6. F

    B4J Question Google Maps webApp

    Hi friends, need your help. I need to work with google maps from B4J in server mode. Does anyone know a library or know how to do it? Bye, thanks
  7. labcold

    B4J Question MySQL retrieve attributes from ResultSet

    I am using mysql-connector-java-5.1.48-bin [B4J 8.90] to connect to a remote MySQL instance. I am using the REPLACE INTO command to update a table which works fine. I currently do this using Dim queryString As String = $"REPLACE INTO active VALUES...
  8. sfsameer

    Share My Creation Ultimate Inventory & POS System B4J Web App : Source code For Sale

    Hello everyone :) *Starting off by thanking the one, the only, the hero, @Erel for making this possible for every single one of us ♥ Last week we sent our clients a survey asking them to choose a project out of 7 projects and The Web POS System was the most picked option, so here we are : We...
  9. S

    B4J Question Re: To work with a Domain name

    Hello, We developed and copied a web application, with b4j and hosted it in a web server (VPS, Ubuntu Linux server 20.04). It works fine with the ipaddress mode (http://ipaddress:port). Now we want to access this site with a domain name (eg. http://www.mysite.com). 1. For this what...
  10. alirezahassan

    B4J Tutorial [B4J] - Lottery for Telegram (Source)

    Hi all, Used to make a lottery in Telegram. You can expand the UI of this app and use it like TV lotteries. for example: (Be sure to watch the clip) this zip file has a Source code. ‍Please like this post to increase my motivation. :) You can subscribe to my Telegram channel to use my text and...
  11. M

    iOS Question Push Notification Firebase not working....

    Hi everyone, i always used Firebase to send notification to the apps... i didn't know what i'm doing different, but i can't manage it to work. What i did: Created App ID on Apple Dashboard Created Push notification SSL production certifcate Put it in the b4ikeys folder Created the AdHoc...
  12. gezueb

    B4J Question how to use smb

    Hi, I want to copy a file with b4j from/to a NAS storage where user and password are required to access. I tried this little program from the tutorial: Sub Process_Globals Dim SMB1 As SMB End Sub Sub Globals End Sub Sub Activity_Create(FirstTime As Boolean) Log ("Hello") ' If...
  13. sfsameer

    Share My Creation E-Commerce Store B4J Web App : Source Code

    Hello everyone :) *Starting off by thanking the one and only @Erel for making this possible for every single one of us ❤ We would like to announce a really great project we have been working on for a while and it's the most complete E-Commerce web application :) Just like Advance Project...
  14. Alexander Stolte

    B4A Library [B4X] [XUI] AS Label - CrossPlatform Label

    This is a simple label view, in IOS roundings are removed when resizing or colors are not displayed properly. This can be fixed by placing a panel under the label, this view does the work for you. Just set the properties you want in the designer like in a normal label. ASLabel Author: Alexander...
  15. jdkellow

    Share My Creation Library Manager app for creating and maintaining .b4xlib libraries

    Hi All, I have created an app for managing multiple .b4xlib libraries. I found that keeping multiple libraries updated while they are being developed and tested was quite tricky. This app helps highlight what has been changed and I keep it running in the background while I work. I have been...
  16. M

    B4J Question error CS0016: Could not write to output file Access is denied

    Hi everyone, When I go to Project/build standalone package I see error CS0016 on the logs and I also see that the company's antivirus software is treating this as Malware. B4JPackager11 Version 1.21 error CS0016: Could not write to output file 'c:\Users\mainuser\MY PRODUCT FILTER.exe' --...
  17. DarkoT

    B4J Question TextField - handle TAB as Enter

    Hi guys, need little help... How can I handle Tab same as Enter; I need to get txtfield_Action when user move WITH TAB from one field to another... With Enter works perfect, I can not figure out how to catch Tab... I'm using B4J Pages for desktop app... Need example... Help, please... Tnx, DaT
  18. F

    B4J Question intercept windows action center notifications

    Hi all, has anyone in B4J managed to intercept notifications from the windows 10 action center? I need to check notifications from windows action center (that are not written in the windows event log) and then send them by email to my address. thanks Francesco
  19. rtek1000

    Bug? B4X IDEs presents BUG by maximizing

    Initial condition: - Windows 10 x64 (20H2) - Have two displays (Extended mode) - The IDE window sized to show a part on each screen Problem: - When the IDE window is maximized, a portion of the window remains on the second screen Verification: - This problem does not occur with other programs...
  20. moty22

    Share My Creation B4J App for ESP8266/32

    edited: connecting to www was added. B4J app for testing and setting ESP8266/32 using AT Commands. AT commands are used to test the module, set baud rate, check version, set RF power etc. The app also connects to a router. List of AT commands can be downloaded from here...
Top