Other B4A v5.50 has been released!

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4A v5.50.

Developers who are eligible for a free upgrade will receive an email with a download link and a new license file. Make sure to choose the new license file when asked to locate the license.

Advanced optimizations were made to the debugger which make the debugger significantly faster.
Complete features list:
  • Debugger improvements.
  • Better handling of uncaught exceptions (Application_Error). See this tutorial:
    Uncaught Exceptions
    This feature allows developers to provide alternative ways to handle crashes. For example, to send the crash logs by mail.
  • Material themes were added to the WYSIWYG designer.

    SS-2015-11-11_11.42.59.png


  • Panel.Elevation / SetElevationAnimated methods (and designer property) - These methods allow setting the panels elevation. This is a new feature added in Android 5. The methods will do nothing on prior versions. See the following video:


  • #DebuggerDisableOptimizations attribute: https://www.b4x.com/android/forum/t...-is-available-for-download.58283/#post-366943
  • $AdditionalLibs$ and $AndroidSDK$ shortcuts. These shortcuts can be used in the #AdditionalRes path. They will replaced with the full path to the additional libraries folder or Android SDK folder.
  • Buttons text is no longer upper cased when the material theme is used.
  • Bug fixes and other minor improvements.
Note that the legacy debugger option has moved to Tools - IDE Options.

If you encounter a problem during registration then try to copy the license file to the installation folder. If is still doesn't work then contact [email protected] and we will send you a new license file that will fix this issue.
 

techknight

Well-Known Member
Licensed User
Longtime User
I am still missing the new material features from the designer? Soon as I installed 5.5 and launched the bridge and designer, it re-installed a newer Designer on the tablet. However, it doesnt have the new material stuff.
 
Upvote 0

Markos

Active Member
Licensed User
Longtime User
B4 Bridge still timing out alot with b4a 5.5 which worked beautifully with 5.2. I will try it on another wireless lan to see if it behaves better and give feedback by end of day.

Cheers

Mark
 
Upvote 0

Kapelis

Member
Licensed User
Longtime User
Italiano :
Ciao Erel
ho installato la 5.5 ma la versione vecchia 4.3 non funziona piu "An error has occured during the registrazion process. erro message:Invalid email address. Please contact...
google traslator
Hello Erel
I installed the 5.5 but the old version 4.3 does not work anymore "An error has occured During the registration the process. erro message: Invalid email address. Please contact ...
Same error for me...
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

edochan

Member
Licensed User
Longtime User
Hi Erel.
Thank you very much for your work.
I just created a small application to compile and I get this error.
What can be?

Greeting
 

Attachments

  • ver5.5 no vale para el E1.jpg
    ver5.5 no vale para el E1.jpg
    103.2 KB · Views: 337
Upvote 0

JordiCP

Expert
Licensed User
Longtime User
Hi Erel.
Thank you very much for your work.
I just created a small application to compile and I get this error.
What can be?

Greeting
It says you already had an app in your device with that package name (ServB4A.apk) and with a higher #VersionCode ;), probably you assigned to your test project the same name as another project

Try changing the package name of this test project, or uninstall the existing app, or change the #VersionCode. All of them should work
 
Upvote 0

edochan

Member
Licensed User
Longtime User
So it has been.
b4a.example was compiled previously.
Before, simply replacing one for another. now it seems not.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Before, simply replacing one for another. now it seems not.
if they have the same versionnumber it will work. but the last you tried have had an LOWER versionnumber than the alreaady installed one. Versionnumbers must be increased from version to version. It should not decreased.
 
Upvote 0

Sanxion

Active Member
Licensed User
Longtime User
Rarely in this world of profound consumerism, excessive indulgence and unnecessary trinkets do you receive an opportunity to invest your money in something truely beneficial...B4A is a wonderful opportunity to do just that...

After several years of inactivity - I purchased the first version - I have now upgraded to 5.5.

In addition, the support and assitance offered by the B4A community is unparallelled - long may it continue!
 
Upvote 0
Top