Other Basic4android v3.50 BETA is released

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release the first beta of Basic4android v3.50. This update brings major improvements to the debugging features of Basic4android.

With this update you can enjoy the rapidness and power of the rapid debugger with runtime performance close to non-debug deployments.

A new powerful watch expression feature is also available:

SS-2014-02-23_14.48.37.png


This allows you to easily evaluate expressions when the debugger is paused.

New features and improvements:
  • Rapid debugger runtime performance is now close to non-debugged applications.
  • Watch Expressions feature (see screenshot above).
  • The rapid debuggers uses a virtual assets folder. This makes it possible to redeploy only the modified files. This feature makes deployments of large projects with many files much faster.
  • Visual designer - Views tree performance is significantly better. Views preserve their names when pasting views between layouts.
  • #AdditionalRes attribute can be used multiple times.
  • ScrollView.ScrollToNow method (available in HorizontalScrollView as well). Immediately scrolls the ScrollView to the new position.
  • Quick Search tool (Ctrl + I) - An index based search tool for quick searching (in all modules):

    k2v8.png


  • Regions were added to the Find Sub (Ctrl + E) tool.
  • New attributes: #DebuggerForceFullDeployment and #DebuggerForceStandardAssets.
  • Other minor improvements and bug fixes.
This is a beta version. Make sure to backup your projects before loading them with the new version.
Beta testers, please post any issue you find in a new thread in the questions forum.
 

chrjak

Active Member
Licensed User
Longtime User
Hey Erel,
This is an answer on this message: (#9) http://www.b4x.com/android/forum/threads/basic4android-v3-50-beta-is-released.38421/#post-227467
The "text wrapper" was already in Version 3 and you named it "Auto compelete Code".
It was a great feature, which i want to have in the 3.5 Version(or later),too. but a Button would be useful to scan the project- If you already have a project and the code is not sorted you click on this button to "auto complete" the complete project.

and the second one:
Now the "both" function sets only the distance -A fuction, which leaves the Width alone and only sets the Button in the middle would be great. Now i do this with this Code:
B4X:
Button1.left = 50%x - button1.width/2
and it would be easier if you could set this in the designer.

Hopefully you could follow. If not ask the things, which are unclear

Regards
Chris
 
Upvote 0
Top