Hello,
I have already post about the same matter "Autoscale etc..."
I am trying here to explain a different way my troubles with screens size and resolution (rate ?).
I need to modify a program I wrote a couple of years ago for a very specific tablet (1024x600 dpi ??).
I want now this program to run on any tablet devices with higher resolution.
I still have B4A 3.0.
I thought : OK there is a magic designer instruction called "AutoscallAll"
BUT... This is working according to another one called "AutoScaleRate()"
If I set :
AutoScaleRate(0.6)
AutoscallAll for my old tablet
The displayed panel fill the screen
On a newer tablet (1024x800 150dpi) it does not fill the screen. I must change
AutoScaleRate(0.6) to AutoScaleRate(0.85)
Does it mean "Autoscall" works only for devices having the same dpi ?
Here attached th project I am working on as test.
I have also tried with the newest B4A trial, same problem.
Thanks for your remarks,
WW
I have already post about the same matter "Autoscale etc..."
I am trying here to explain a different way my troubles with screens size and resolution (rate ?).
I need to modify a program I wrote a couple of years ago for a very specific tablet (1024x600 dpi ??).
I want now this program to run on any tablet devices with higher resolution.
I still have B4A 3.0.
I thought : OK there is a magic designer instruction called "AutoscallAll"
BUT... This is working according to another one called "AutoScaleRate()"
If I set :
AutoScaleRate(0.6)
AutoscallAll for my old tablet
The displayed panel fill the screen
On a newer tablet (1024x800 150dpi) it does not fill the screen. I must change
AutoScaleRate(0.6) to AutoScaleRate(0.85)
Does it mean "Autoscall" works only for devices having the same dpi ?
Here attached th project I am working on as test.
I have also tried with the newest B4A trial, same problem.
Thanks for your remarks,
WW