Beta [B4X] BETAs: B4J v7.80, B4A v.9.50 and B4i v6.00

Erel

B4X founder
Staff member
Licensed User
Longtime User
The three tools are being updated together. This update adds support for copying and pasting layouts between the three platforms. This is an important feature that will make it simpler to build cross platform applications.

Improvements:

  • Support for copying and pasting controls between the platforms:

    tSMBhiL6kb.gif


  • Ctrl + Click in the designer script to select the control.
  • Anchors checker: https://www.b4x.com/android/forum/threads/new-feature-anchors-checker.108805/
  • Generate B4XViews from the designer. Also supports changing the type of already declared variables.
  • Improved tool tips, add views from the views tree and other small improvements and bug fixes in the designer.
  • Empty lines will not be copied to the clipboard.
  • Regions are listed in the subs list:

    B4J_6io3ytX4jb.png

B4A only improvements:
  • Automatic foreground mode: better handling of several edge cases.
  • B4A Sdk Manager: temp folder is explicitly set by the IDE and fixes related to temporary resources cleaning.
  • Visual designer: Color property now includes the alpha channel. Simpler to use and behaves the same as in B4i and B4J.
  • New designer version. You will be asked to install it when B4A-Bridge connects.
  • FirebaseAdMob v1.60 - There are new requirements. See this post: https://www.b4x.com/android/forum/threads/firebaseadmob-v1-6.108552/#content
  • FirebaseAnalytics v1.11 - Includes the manifest definitions for FirebaseDatabase.

B4J beta download link: https://www.b4x.com/b4j/files/beta.exe
B4A download link: mail will be sent today, to developers eligible for free upgrade.
B4i download link: mail will be sent to developers eligible for free upgrade.
 
Last edited:

amykonio

Active Member
Licensed User
Longtime User
Wow..
I don't remember if this happened in the past. A beta simoultaneously for b4j, b4i and b4x.

Well done Erel.
My respect.

Andrea's.
 
Upvote 0

cimperia

Active Member
Licensed User
Longtime User
B4A: SDK and AVD Managers won't run, i.e. I click on the relevant option and nothing happens at all.

I'm running windows 10.
 
Last edited:
Upvote 0

itgirl

Active Member
Licensed User
Longtime User
B4A: SDK and AVD Managers won't run, i.e. I click on the relevant option and nothing happens at all.

I'm running windows 10.
Tray to change the jdk you use i had similar issue with v11 none of jars worked i had to run them through cmd only
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I cannot compile this project, there is no reference to the jmqtt library, although the library is in the additional libraries folder.
https://www.b4x.com/android/forum/threads/b4x-mqtt-chat-room.61568/#content
Please start a new thread for this.

B4A: SDK and AVD Managers won't run, i.e. I click on the relevant option and nothing happens at all.

I'm running windows 10.
Which version of Java are you using (Tools - Configure Paths)? If Java 11 then make sure to use the Java 11 downloaded from: https://www.b4x.com/b4a.html
 
Upvote 0

cimperia

Active Member
Licensed User
Longtime User
Which version of Java are you using (Tools - Configure Paths)? If Java 11 then make sure to use the Java 11 downloaded from: https://www.b4x.com/b4a.html

Yes, that's the one I'm using. The error might be related to the bug I reported here.

I tried with Oracle JDK 8 as well with the same result.

OK, to be sure I reinstalled all the software required and set the paths as per the Online instructions. I first ran B4A 9.30 and I got the bug I reported above. I then installed the B4A 9.5 beta and nothing happens. I suspect it has to do with the bug I reported. Just speculation, of course as there's no log I can check.

Build Tools: 27.0.1

upload_2019-9-3_10-20-49.png
 
Upvote 0
Top