Other B4J v7.0 BETA is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
android-chrome-192x192-png.75379


I'm happy to release B4J v7.00 BETA. This version includes a new type of libraries named b4x libraries. b4x libraries are made of B4X code modules, general files, layout files and a manifest file. b4x libraries can be cross platform and also have other advantages over the standard compiled libraries.

Improvements:


Thank you for your help!!!

Download link: www.b4x.com/b4j/files/beta.exe
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4Js LOG is implemented in a different way than on Android.
That's true. I do plan to bring this feature to B4J however it requires a bit more work.

The main reason for this release is for B4J to support the new b4x libs. The next version of B4i with support for these libs will probably be released next month.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Just downloaded, I'm testing it.

First test is to use the new b4xlib file type, so I copied AnotherDatePicker.b4xlib in the additional libraries folder.

upload_2018-12-19_14-33-41.png



I can add the CV by Designer and run the project, but then:
upload_2018-12-19_14-34-35.png


Unable to find part of the path: ...
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
You are saving the project under Program Files. This is a restricted folder. Try it with the project saved somewhere else.
No, it is in a sub folder of Documents.

BTW... take a look :mad::D
------------------------------------
upload_2018-12-19_14-49-47.png



tedious and long-running bug.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Now I created a sub folder directly in Documents and a new b4j project there and it works.
Before it was in a... long path (but anyway in Documents).

Now, don't ask me why, both projects work :eek:

(Obviously I moved again the library from Internal to Additional)
 
Upvote 0
Top