Layout sizes vary
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Layout sizes vary
I am currently creating a simple app layout just to get use to livecode however when i install it on my mobile (s3) the text is really small and hard to see yet on the virtual drive to test it the text is the right size? I have also tested it on my galaxy tablet 2 and the text is bigger. What am I doing wrong? shouldnt an app be able to enlarge/decrease the text etc dependant on which device you use?
Re: Layout sizes vary
Dear Dan,
Thank you for your request.
Stacks that are deployed to mobile do not currently automatically scale to the devices resolution. Stacks are currently mapped on a 1 to 1 pixel ratio, so if you deploy a stack that is 640 x 480 pixels to your Galaxy S3 (1280 x 720 pixels) it will only display within the top left section of the screen.
We are currently implementing resolution independence in LiveCode and this will bring automatic scaling when deployed to any device.
In the mean time, the following stack overflow post should give you some leads on other methods of resizing your stack-
http://stackoverflow.com/questions/1758 ... 6#17609716
Kind Regards,
Neil Roger
-----
RunRev Support Team ~ http://www.runrev.com
------
Thank you for your request.
Stacks that are deployed to mobile do not currently automatically scale to the devices resolution. Stacks are currently mapped on a 1 to 1 pixel ratio, so if you deploy a stack that is 640 x 480 pixels to your Galaxy S3 (1280 x 720 pixels) it will only display within the top left section of the screen.
We are currently implementing resolution independence in LiveCode and this will bring automatic scaling when deployed to any device.
In the mean time, the following stack overflow post should give you some leads on other methods of resizing your stack-
http://stackoverflow.com/questions/1758 ... 6#17609716
Kind Regards,
Neil Roger
-----
RunRev Support Team ~ http://www.runrev.com
------
Re: Layout sizes vary
Does this mean i would have to distribute for different screen sizes i.e. do one for tablet and one for s3 etc?
Re: Layout sizes vary
Hi Dan,
I think if you take a look at the actual code I presented you will see it's built to re-size to different screen resolutions (not pixel density, but that also can be added).
Just try it on a new stack with a few controls on desktop, you can see it in action when you drag the window size.
Simon
I think if you take a look at the actual code I presented you will see it's built to re-size to different screen resolutions (not pixel density, but that also can be added).
Just try it on a new stack with a few controls on desktop, you can see it in action when you drag the window size.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!