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
*...
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...
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' ...
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...
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...
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...
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...
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...
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...
@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...
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...
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...
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?
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...
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/
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.