Is AutoScale available in B4A?
If not, do I really have to calculate the size of every control cased on the screen size?
The reason I ask is I have just tried to run my app which was designed for a 10.1 device and runs quite well on all similar devices.
However, I have just tried to run it on the latest Samsung s2 which is 9.7 and none of the controls fit anymore. The controls were added using the Designer so I would expect them to be close but that is not the case.
In my example one of the panels is suddenly half the size so all controls on the right hand side disappear.
The panel is not currently resized in the code.
Thanks
If not, do I really have to calculate the size of every control cased on the screen size?
The reason I ask is I have just tried to run my app which was designed for a 10.1 device and runs quite well on all similar devices.
However, I have just tried to run it on the latest Samsung s2 which is 9.7 and none of the controls fit anymore. The controls were added using the Designer so I would expect them to be close but that is not the case.
In my example one of the panels is suddenly half the size so all controls on the right hand side disappear.
The panel is not currently resized in the code.
Thanks