New version (0.90.2)

Erel

B4X founder
Staff member
Licensed User
Longtime User
A new version was uploaded (to the same location).

This version includes many fixes and improvements like:
- New "generate members" tool. This tool allows you to easily generate declarations for designer views and to generate event subs.

generate_members.png


It can be accessed from the designer - Tools - Generate members.

- Gravity property which affects the way images are drawn.
- EditText.InputType which affects the displayed soft keyboard.
- ColorDrawable has round corners.
- new ScrollView control which contains other controls and allows the user to vertically scroll those. Note that some methods are still missing there.

And other small improvements.
 
Top