Other B4A v11.80 BETA is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release a new version of B4A.
This update includes the new designer script extensions (DSE) feature: https://www.b4x.com/android/forum/threads/b4x-designer-script-extensions.141312/#content
I believe that overtime this feature will change the way we manage complex layouts.

1655979354620-png.130705


B4X:
'Parameters: Panel, EventName, [label, tag]+
ToolbarCreator.CreateToolbar(Pane1, "BottomToolbar", DDD.ToChr(0xF015), "home", _
    DDD.ToChr(0xF217) & " abc", "cart", DDD.ToChr(0xF1D9), "send")
DDD.SpreadControlsHorizontally(Pane1, 120dip, 10dip)

  • This is the first 64 bit version of B4A IDE.
    It will be installed by default under Program Files\Anywhere Software\B4A.
    It will not run on 32 bit Windows. Note that the CPU architecture doesn't affect the compiled apps.
  • RUNTIME conditional symbol - an automatic symbol that is added during compilation. It can be used to exclude code from the IDE case-corrector.
  • Updated libraries: B4XPages v1.11, XUI Views v2.55, BCTextEngine v1.92, XUI v2.2, SMM v1.13.
  • New DesignerUtils (DDD) library with a new designer script framework.
  • Bug fixes and other minor improvements.

Note that the UI Cloud has been removed. It was in quite a bad state for a while. Newer devices misbehave when running for a long time as servers and it became impossible to maintain it.

Download link: https://www.b4x.com/android/files/beta.exe
 

SimonAndroid

Active Member
Licensed User
Longtime User
Would it be possible to have in version 11.80 an old request that limits the display of module names in the IDE, I try to attach an old link hoping that this old wish will be included. @Erel
old_link
 
Upvote 0

LuigiTasca

Member
Licensed User
Longtime User
Works amazing! This release has solved all my "OutOfMemory" problems (in a huge project). I have only a note, when I installed this version some libraries disappeared. All was working normally, I intalled this version, and when I opened my project to test it it cannota found some libraries and i had to copy/download some .jar and .xml files again... It is possible?
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
copy/download some .jar and .xml files again... It is possible?
Did you have them in the internal library? This is the wrong place to put any additional libraries not part of the B4A installation.
 
Upvote 0

Addo

Well-Known Member
Licensed User
Works amazing! This release has solved all my "OutOfMemory" problems (in a huge project). I have only a note, when I installed this version some libraries disappeared. All was working normally, I intalled this version, and when I opened my project to test it it cannota found some libraries and i had to copy/download some .jar and .xml files again... It is possible?

Because this is a 64 bit version and definitely installed in program files folder not in (x86) folder you should re add ur libraries in the new path folder or use additional folder to store your libraries in it.
 
Last edited:
Upvote 0
Top