Other B4J v8.80 has been released 🍾

Erel

B4X founder
Staff member
Licensed User
Longtime User
Download link: https://www.b4x.com/b4j.html
  • Libraries tab improvements.
  • Indicators to help understand the code flow with resumable subs.
  • IDE performance improvements related to handling of b4xlibs.
  • The deprecated jHttp and jHttpUtils2 libraries were removed.
  • OkHttp updated.
  • #JavaCompilerPath attribute. Allows setting a JDK other than the one set in the global settings. Syntax: <java version>, <path to javac.exe>. The exact version isn't important.
    B4X:
    #JavaCompilerPath: 8, C:\Program Files\Java\jdk1.8.0_211\bin\javac.exe
  • #CustomBuildAction - direct support for jar files, including Java 11+ UI jars.
  • Many internal libraries were updated including: B4XDrawer, B4XPages, B4XCollections, XUI Views and jFX.
  • New internal libraries: KeyValueStore, BCToast
  • Bug fixes and other minor improvements.

New libraries tab:

zZmp43ok3p.gif


Resumable subs indicators:

1607334485836-png.104086


The first indicator shows that RefreshImpl is a resumable sub and it is called without waiting for it to complete.
The second indicator shows us where the sub will be paused and later resumed.
 

Star-Dust

Expert
Licensed User
Longtime User
Download link: https://www.b4x.com/b4j.html
  • Libraries tab improvements.
  • Indicators to help understand the code flow with resumable subs.
  • IDE performance improvements related to handling of b4xlibs.
  • The deprecated jHttp and jHttpUtils2 libraries were removed.
  • OkHttp updated.
  • #JavaCompilerPath attribute. Allows setting a JDK other than the one set in the global settings. Syntax: <java version>, <path to javac.exe>. The exact version isn't important.
    B4X:
    #JavaCompilerPath: 8, C:\Program Files\Java\jdk1.8.0_211\bin\javac.exe
  • #CustomBuildAction - direct support for jar files, including Java 11+ UI jars.
  • Many internal libraries were updated including: B4XDrawer, B4XPages, B4XCollections, XUI Views and jFX.
  • New internal libraries: KeyValueStore, BCToast
  • Bug fixes and other minor improvements.

New libraries tab:

zZmp43ok3p.gif


Resumable subs indicators:

1607334485836-png.104086


The first indicator shows that RefreshImpl is a resumable sub and it is called without waiting for it to complete.
The second indicator shows us where the sub will be paused and later resumed.
Thank's
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
@Erel FYI the download link in B4J (ie the "... is available for download") is still pointing at the Beta 8.8 forum post.
 
Last edited:
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
Top this like always. Thansk Erel.

To you all a happy Christmas and a Happy New Year.
Enjoy your Family and friends.
Hoping that 2021 will be better.
 
Upvote 0
Top