Other B4R beta is available for download! - Erel    Jan 29, 2017   (44 reactions) B4R has been released. It can be downloaded here: www.b4x.com/b4r.html... B4R Tutorial Downloading a Web page with ESP8266 - Erel    Dec 21, 2017   (8 reactions) Edit: use rHttpUtils2 instead: https://www.b4x.com/android/forum/threads/module-rhttputils2-http-client.74785/#content
As a general r... Other B4R v3.50 is available for download - Erel    Nov 10, 2020   (24 reactions) I'm happy to release a new version of B4R.
Download link: https://www.b4x.com/b4r.html
Improvements:
Support for b4xlibs: https://www.b4x.com/android/forum/threads/new-feature-b4x-lib-a-new-type-of-library.100383/#content
The purpose is not to share libraries with other B4X tools (it will not work), it is to allow creating reusable libraries from B4R code.
rHttpUtils and rGlobalStore... Other B4R v2.80 is available for download - Erel    Jun 23, 2019   (18 reactions) improvements and others).
Download link: https://www.b4x.com/b4r.html
Make sure to update the SDKs from... Other B4R v2.80 BETA is available for download - Erel    Jun 13, 2019   (17 reactions) improvements and others).
Download link: www.b4x.com/b4r/files/beta.exe
Make sure to update the SDKs... Other B4R v4.00 is available for download - Erel    Sep 5, 2023   (24 reactions) of Arduino IDE.
It is also the first 64 bit version of B4R.
Download link: https://www.b4x.com/b4r.html.../software
Install Arduino CLI (command line interface): https://downloads.arduino.cc/arduino-cli/arduino... Other B4R v1.80 is available for download - Erel    Jan 26, 2017   (16 reactions) New features and improvements:
Support for Arduino IDE 1.8.0 (https://www.arduino.cc/en/Main/Software).
Initial support for ESP32: https://www.b4x.com/android/forum/threads/initial-support-for-esp32.... Other B4R v3.90 is available for download - Erel    Aug 12, 2021   (13 reactions) B4R v3.90 is available for download: https://www.b4x.com/b4r.html This update adds some of the recent features introduced in the other tools. IDE performance improvements. IIf (Inline If) and As (inline casting). Note that in B4R it is recommended to explicitly set the the type when using IIf as it is more efficient: Dim x As Int = IIf(y > 10, 17, 7).As(Int) Bug fixes, including the issue with the latest version of ESP8266 SDK, and other minor improvements. ... Other B4R v3.90 BETA is available for download - Erel    Aug 9, 2021   (12 reactions) B4R v3.90 BETA is available for download: www.b4x.com/b4r/files/beta.exe This update adds some of the recent features introduced in the other tools. IDE performance improvements. IIf (Inline If) and As (inline casting). Note that in B4R it is recommended to explicitly set the the type when using IIf as it is more efficient: Dim x As Int = IIf(y > 10, 17, 7).As(Int) Bug fixes, including the issue with the latest version of ESP8266 SDK, and other minor improvements. ... Other B4R v3.71 is available for download - Erel    Mar 23, 2021   (18 reactions) I'm happy to release B4R v3.71: https://www.b4x.com/b4r.html
This update adds support for the n... Page: 1   2   3   4   |