Other B4A v11.20 is available for download

Status
Not open for further replies.

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4A version 11.20: https://www.b4x.com/b4a.html

Improvements:
  • Long hex literal numbers: 0xff00ff00ff00
  • New methods: Bit.OrLong / AndLong / XorLong / ShiftLeftLong / ShiftRightLong / NotLong / UnsignedShiftRightLong / ParseLong
  • 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.
  • Updated internal libraries: B4XCollections (v1.10), B4XTable (v1.21), B4XPreferencesDialog (v1.75), XUI Views (v2.54), JSON (v1.21), BCTextEngine (v1.92), Core (v11.2), KeyValueStore (v2.31).
  • Bug fixes and other minor improvements.
 

Peter Simpson

Expert
Licensed User
Longtime User
I click here.
1639489116213.png

And I get this.
1639489057875.png
 
Upvote 0

virpalacios

Active Member
Licensed User
Longtime User
Congratulations Erel, Again a Superb Job, soon I will working with this new version, In every version an Exponential Achievement.

Best Regards

Virgilio 😊👍👍👍👍👍
 
Upvote 0

imbault

Well-Known Member
Licensed User
Longtime User
Hello,

First at the installation of this new release, then when I try to download it again, I had :


1639547003815.png


Patrick
 
Upvote 0

prbmjr

Active Member
Licensed User
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?
 
Upvote 0

Nizze

Active Member
Licensed User
Longtime User
After upgrade i get an error

B4A Version: 11.20
Parsing code. (0.16s)
Java Version: 8
Building folders structure. (0.09s)
Compiling code. (0.35s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.06s)
Linking resources (0.55s)
Compiling debugger engine code. (0.03s)
Compiling generated Java code. Error
javac 1.8.0_212
javac: invalid flag: gen\com\my\homebrewed\Manifest(Conflicted
Usage: javac <options> <source files>
use -help for a list of possible options

What have i missed ?

EDIT:

I removed Object folder
The it worked .

// Nizze
 
Last edited:
Upvote 0

FabioRome

Member
Licensed User
Longtime User
I'm happy to release B4A version 11.20: https://www.b4x.com/b4a.html

Improvements:
  • Long hex literal numbers: 0xff00ff00ff00
  • New methods: Bit.OrLong / AndLong / XorLong / ShiftLeftLong / ShiftRightLong / NotLong / UnsignedShiftRightLong / ParseLong
  • 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.
  • Updated internal libraries: B4XCollections (v1.10), B4XTable (v1.21), B4XPreferencesDialog (v1.75), XUI Views (v2.54), JSON (v1.21), BCTextEngine (v1.92), Core (v11.2), KeyValueStore (v2.31).
  • Bug fixes and other minor improvements.
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
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Why are you making duplicate posts?

 
Upvote 0

FabioRome

Member
Licensed User
Longtime User
Why are you making duplicate posts?

thanks, I had missed it
 
Upvote 0
Status
Not open for further replies.
Top