Bug? "Designer" resizes the views

vecino

Well-Known Member
Licensed User
Longtime User
Hello.

Example:
- Open the "designer" and add a view (label, EditText, etc..)
- Change the Height, eg. 20
- "Click" with the mouse on the view.
- Oooh!, The view returns to its original height.

Thanks and regards.
 

vecino

Well-Known Member
Licensed User
Longtime User
Hello:
- I save the changes and close my B4A
- I open B4A and I open the "Designer" and I click on the view (EditText, label, ...)
- Oooh!, The view returns to its original height. ( 40 dip )

Thanks and regards.
 

LucaMs

Expert
Licensed User
Longtime User
I tried now (B4A 3.00).

Added a label ;
set the height to 20 and pressed Enter;
saved;
closed the IDE;
opened again;
clicked on label .

Its height remains 20.


Maybe you've the 3.20.

Or maybe ...
if a value is not confirmed using Enter or moving focus into another property, probably it is not "accepted"


FORGET:

Surely you have 2 or more variants and when you open the design again, the default one is displayed (320x480-1). Don't click on your label, click on the other variant
 
Last edited:

vecino

Well-Known Member
Licensed User
Longtime User
Hi, the version 3.00 does work well. I forgot to mention you that the problem is with version 3.20

Thanks and regards.
 

vecino

Well-Known Member
Licensed User
Longtime User
Hello.
Yes, the zoom is at 50%
I do not understand what you mean "the view anchor is not LEFT / TOP"
Thanks
 
Last edited:

vecino

Well-Known Member
Licensed User
Longtime User
Hello. I had not noticed that.
Yes, those views have the default values (left / top)
Thanks
 
Top