Other B4J v5.80 BETA is available for download!

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've very excited to release B4J v5.80 BETA. This is the first version of the IDE that is localizable.

A big thank you to all the translators! This is an ongoing task, so more translators are always welcome. It is really simple to participate (https://www.b4x.com/android/forum/threads/b4x-localized.81136/).

SS-2017-07-12_17.04.23.png


Other improvements:
  • The underlying server library (Jetty) was updated to the latest version (9.4.6). This is a major upgrade. Developers using the server library should test their project with the new version.
    Note that due to security issues, weaker versions of SSL are disabled by default (TLS 1.0 and TLS 1.1). It is possible to re-enable them if needed.
  • New TreeTableView. A combination of TreeView and TableView:

    SS-2017-07-12_17.12.29.png
Download link:

www.b4x.com/b4j/files/beta.exe

Current version is beta #5.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
I've uploaded beta #5. It will probably be the last beta for v5.80.

The runtime layout loading was improved. The global fields that are assigned when the layout is loaded, no longer need to be exact match. For example this code will work:
B4X:
Sub Process_Globals
  Private Label1 As Node
End Sub

This feature will be used in the future to add cross platform thin wrappers over the existing views.
 
Upvote 0
Top