Fix the "incompatible types" warning with the relatively new Json type.
Json.ToCompactString method.
Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable.
Code editor jumps to a sub when adding an event with the designer, including when the sub already exists.
Fix issue with compilation of large projects.
More descriptive errors when a maven artifact is missing, including the artifact origin.
bundleconfig.json - configuration file that is used when building an AAB package, can be overridden by putting such file in the project folder (you can find the default one in the installation folder).
SimpleMediaManager (v1.09) is included as an internal library.
Hi, I have updated the B4A version to v.11.20 and after updating it I opened my project and I received a message that a function of the B4XBytesBuilder class called append2 does not exist, could that be a bug?
Fix the "incompatible types" warning with the relatively new Json type.
Json.ToCompactString method.
Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable.
Code editor jumps to a sub when adding an event with the designer, including when the sub already exists.
Fix issue with compilation of large projects.
More descriptive errors when a maven artifact is missing, including the artifact origin.
bundleconfig.json - configuration file that is used when building an AAB package, can be overridden by putting such file in the project folder (you can find the default one in the installation folder).
SimpleMediaManager (v1.09) is included as an internal library.
is it possible to release the software also in ZIP format without installation? I have seen that it works but a pc does not have the privileges to install software. Thank you
There are cases where you cannot run the installer as it needs administrator privileges. It is quite simple to deploy these tools without the installer. Download innoextract: https://constexpr.org/innoextract/ This tool allows you to unpack the installer files. Follow the instructions and...
There are cases where you cannot run the installer as it needs administrator privileges. It is quite simple to deploy these tools without the installer. Download innoextract: https://constexpr.org/innoextract/ This tool allows you to unpack the installer files. Follow the instructions and...