Resolution Independence
Moderator: Klaus
Resolution Independence
SO has this been implemented yet?
If we hit just £7,000 over our target we can add Resolution Independence. That means seamless support for variable screen densities and display resolutions. Perfect for today's multitude of device form factors, screen resolutions and retina displays.
You'll be able to set the design resolution of your app so that it scales appropriately when displayed on a device with a higher screen resolution. You'll also be able to design your app at a single size and have it scale appropriately depending on the screen size automatically. Your apps will look great with far less effort.
This feature also gives us identical graphics rendering on all platforms, alpha channel support for patterns and the ability to render images on the server platform.
If we hit just £7,000 over our target we can add Resolution Independence. That means seamless support for variable screen densities and display resolutions. Perfect for today's multitude of device form factors, screen resolutions and retina displays.
You'll be able to set the design resolution of your app so that it scales appropriately when displayed on a device with a higher screen resolution. You'll also be able to design your app at a single size and have it scale appropriately depending on the screen size automatically. Your apps will look great with far less effort.
This feature also gives us identical graphics rendering on all platforms, alpha channel support for patterns and the ability to render images on the server platform.
Re: Resolution Independence
Yes, it's been done for a while now. See "fullscreenmode" in the dictionary for starters, and follow all the "see also" suggestions from there.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Resolution Independence
This command: set the fullscreenmode of this stack to "exactFit" does nothing.
My app has been rejected from the app store 4 times because the images will not resize to fit the screen for iphone 4.
Also, I tested it on the simulator, same thing. The debugger tells me that my Fullscreenmode is "exactfit", but nothing happens.
Does this thing even work?
Max
My app has been rejected from the app store 4 times because the images will not resize to fit the screen for iphone 4.
Also, I tested it on the simulator, same thing. The debugger tells me that my Fullscreenmode is "exactfit", but nothing happens.
Does this thing even work?
Max
Re: Resolution Independence
Hi Max,
Are you saying that does nothing for you on the device?
Simon
edit;
Oooops, I should read more carefully
I guess you are.
Code: Select all
on preOpenStack
set the fullscreenMode of this stack to "exactFit"
end preOpenStack
Simon
edit;
Oooops, I should read more carefully

I guess you are.
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Resolution Independence
It does nothing nowhere, nohow.
Not on a Mac, IOS or simulator.
Not on a Mac, IOS or simulator.
Re: Resolution Independence
hmmmm....
I just tested this with LC 7.0.2 (rc1) and 6.7.2 (rc2) and it is working for me (only tested on Android).
Which version of liveCode are you using? You'll see the circle turn into an oval on a device.
Simon
I just tested this with LC 7.0.2 (rc1) and 6.7.2 (rc2) and it is working for me (only tested on Android).
Which version of liveCode are you using? You'll see the circle turn into an oval on a device.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Resolution Independence
Si Simon
Yes, it does work on my simulator too.
How curious the exact same code does nothing in my stacks.
Thanks for taking the time to check this out for me, and building the sample. I'm at least hopeful now.
Max
Yes, it does work on my simulator too.
How curious the exact same code does nothing in my stacks.
Thanks for taking the time to check this out for me, and building the sample. I'm at least hopeful now.
Max
Re: Resolution Independence
In Android 5.1 and probably other platforms, the preopenstack handler listed above needs to be in the script of card 1, not in the stack script where it would make sense.