b4x

  1. Lucas Siqueira

    B4A Library [B4X] BR_FunctionsUtils, BR Functions Utils

    Functions created by Brazilians that can be useful for everyone. BR_FunctionsUtils Autor: Lucas Siqueira Versão: 1.0 V1.00 -Release -Funções Formatar * somenteNumeros("R$ 2.500,00") --> "250000" * telefone("99999999999") --> (99) 99999-9999 *...
  2. EstasPerplejo

    Share My Creation Bringing your app to the PlayStore 2025

    Hi folks. Well, I thought I might share my experience in the struggle of bringing my app to the Google Playstore .. After an accident I was bound to a wheelchair and then had to walk on crutches for quite a few months and I really couldn't do a whole lot of things during this time. So I...
  3. W

    Share My Creation B4XsaveAs - a 'Save As' for B4X projects, called by a comment link (source included) (B4X) (Tool)

    I saw thread https://www.b4x.com/android/forum/threads/save-as-for-modules.167903/ and thought 'challenge accepted' - it wasn't that daunting 🙂 Put the jar in your additional libraries folder(s) and then in your B4X code add this comment link: 'Ctrl + click to 'Save As' ...
  4. W

    B4A Class wmSMA - read data from an SMA Sunny Boy inverter [B4X][Class]

    Posted in the B4J forum: https://www.b4x.com/android/forum/threads/wmsma-read-data-from-an-sma-sunny-boy-inverter-b4x-class.167690/
  5. W

    B4J Library wmSMA - read data from an SMA Sunny Boy inverter [B4X][Class]

    Purpose: To connect to and read data (such as the current solar power production) from an SMA Sunny Boy inverter. The Sunny Boy must have been added to your LAN or WLAN - see...
  6. james_sgp

    Android Question Custom Dialog with BBCodeView

    I`ve trying to use a (B4X) custom dialog which has a BBCodeView on it layout for the message text it works fine in B4a but i get an error with the line that sets the 'textengine' for the bbcodeview in B4i? I have also tried AS MsgBox/Dialog and i get the same thing there when trying to oen the...
  7. Y

    Android Question A valid replacement for autocompleteedittext in B4X

    Greetings, To create cross-platform (B4X) applications, we are advised to use B4X or XUI views. However, since I was used to using autocompleteedittext to easily create search fields in B4A, I can't find an equivalent view for B4X that allows me to do the same thing just as easily, if not...
  8. Rich B

    Android Question [B4X] SD CustomKeyboard key spacing

    Is it possible to add extra space before and after keys to recreate the normal spacing of an Android keyboard?
  9. MicroDrie

    Share My Creation Interactive expandable multi B4XPages Drawer menu (tested in B4J and B4A)

    In the five years that I have been using my single B4XPage expandable Drawer menu in B4J and B4A, both the IDEs and the B4X components have evolved. The time was ripe to create a new version called m3Menu. Below the result and an overview of the possibilities: The starting point was that the...
  10. W

    B4J Tutorial Tip : B4XLib documentation

    I recently spent half a day on a wild goose chase trying to find out what was going on with SQLCipher, while the issue turned out to be B4XTable.b4xlib containing an #AdditionalJar for sqlite-jdbc, while my Main module contained that as well, but a different version. I could only find that out...
  11. Global Robot Empire

    Tribute To Erel

    What you have created – from scratch – is epic, revolutionary and nothing short of MONUMENTAL For this – I salute you You have empowered and awakened a hitherto dormant community of Visual Basic aficionado–enthusiasts from a deep slumber – with your magnificent and wondrous tools – tailored...
  12. Global Robot Empire

    Android Question B4X with AI Machine Learning

    @Erel , can we Crowdfund you to incorporate AI into B4X – with the help of some Experts, if needed? Not the Language Models – more like Deep Machine Learning to do interesting things. Train the AI – like Tensor with Deepfakes. But on a lower level, using APIs maybe – without the need for...
  13. Star-Dust

    B4A Library [B4X] SD_Curtain

    Passage from page to another with curtain effect (B4A, B4J) SD_Curtain Author: Star-Dust Version: 1.01 SD_Curtain Events: ToLeft ToRight Fields: mBase As B4XView Tag As Object Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String...
  14. alwaysbusy

    Other [B4X][BANano][CLASS] JSONPath: create, read and modify JSON files using a path syntax

    I always loved the function @wonder had written to read JSON files using a path structure: https://www.b4x.com/android/forum/threads/json-getobjfrompath.85539/#content It truly is navigating JSON trees like a boss and we use his method extensively in almost all our projects. But I always...
  15. AmirPYTHON

    Android Question Sample Messenger with B4A

    Hi guys! I saw the mqtt tutorial from Erel on this site, but it worked with Wi-Fi. Does anyone have information about this? How to make an online messenger similar to WhatsApp?
  16. Schakalaka

    Italian Generatore PDF - gestire le nuove pagine

    ciao a tutti. sto provando a creare un generatore di pdf, contenente del testo semplice e dei campi da compilare in un form, prima di generarlo. sto usando la classe cPDF (https://www.b4x.com/android/forum/threads/b4x-pdf-generator-b4x-cross-platform-class-100-b4x-code.145181/#content) ma il...
  17. G

    Android Question How to read JSON files from a remote server?THANKS!

    prefdialog.LoadFromJson(File.ReadString(File.DirAssets, "Example.json"))
  18. S

    Android Question B4XComboBox not hiding keyboard when user goes to select item.

    Is it possible to hide the keyboard when a user clicks a B4XComboBox (i.e. take the focus away from the previous text field)?
  19. W

    Android Code Snippet [Class] [B4X] wmHtml - remove html tags and replace html entities with their corresponding characters

    Posted in the B4J Code Snippets forum: https://www.b4x.com/android/forum/threads/class-b4x-wmhtml-remove-html-tags-and-replace-html-entities-with-their-corresponding-characters.162596/
  20. W

    B4J Code Snippet [Class] [B4X] wmHtml - remove html tags and replace html entities with their corresponding characters

    See title. The html entities' data were obtained from https://symbl.cc/en/html-entities/ and some additional ones were added. The attached demo project contains the class; there are no library dependencies. Example code from the project: Private wmHtml1 As wmHtml wmHtml1.Initialize...
Top