Page 2 of 2

Re: Developing for big iPad on small laptop

Posted: Fri Dec 28, 2012 9:00 pm
by maxs
Thanks for asking about using laptops to develop for Retina Screen.

Will the app I made for an Ipad 1 works an the new retina ipads? Do they automatically scale like they do with iphone apps? Do I need to make my old app into a scalable version?

Re: Developing for big iPad on small laptop

Posted: Fri Dec 28, 2012 9:22 pm
by endernafi
Hi Max,

If you don't include this code in your script:

Code: Select all

iphoneUseDeviceResolution true, true
then it will scale automatically to fill the screen.
But, your app will seem pixelated / blurred.
In order to achieve a crisp view on iPad Retina, you have to design for it specifically and use the above line of code.
You can use substacks for different resolutions or a special resize script.

Best,

~ Ender Nafi

Re: Developing for big iPad on small laptop

Posted: Fri Dec 28, 2012 10:23 pm
by Simon
It took me an hour to find this link again so I'll post it here:
http://runtime-revolution.278305.n4.nab ... 52555.html
It's for Chipp Walters libAltMobileResizer re-sizing plugin and will allow you to design on a small screen for high density displays.
The entire thread should be read as there is plenty of debate about the right way to do this.

Simon

Re: Developing for big iPad on small laptop

Posted: Fri Dec 28, 2012 10:25 pm
by Dixie
I don't think that the different substack idea is the way to go... but hey, that is only my opinion... I think it is better to write your own scaling and positioning routines...

be well

Dixie

Re: Developing for big iPad on small laptop

Posted: Sat Dec 29, 2012 9:03 am
by endernafi
I've used both methods in the past.
My choice was also resizing script but recently I realized that it needs too much horsepower.
On low-end Androids and on iPods, my apps tend to crash because of scaling/positioning routine.
I was suspecting that my script isn't tuned well,
but that's before trying Chipp Walters' lib {thanks for the link, Simon}.
My code isn't that different from his, even simpler because I didn't aim public, so lesser control and checking code.

I'm re-thinking to use substacks method.
It's bulky and needs too much copy-paste on the development stage.
Yet, it doesn't need any cpu - ram power of the device.


Best,

~ Ender Nafi

Re: Developing for big iPad on small laptop

Posted: Wed Jun 26, 2013 10:26 am
by aliduri
Or do you mean submit a ticket?

Re: Developing for big iPad on small laptop

Posted: Mon Feb 09, 2015 8:34 pm
by keram
Hi Dixie,
Thanks for your nice stack.
Dixie wrote: Open the attached Stack 'shuffleAbout'... Open another stack...click in the stack 'shuffleAbout', select the stack that you wish to move about the screen ( I have only accommodated up & down, but you could add left & right as well) click on the requisite button to move the stack upwards or downwards...
Dixie
I tried to use your stack and even added Move Right/Left and Scaling as well but the movement of the selected stack almost always gets jammed, stops after the first click. See my modified version here: http://forums.livecode.com/viewtopic.ph ... 15#p119486

Any idea how to correct the script?

keram

Re: Developing for big iPad on small laptop

Posted: Wed Feb 11, 2015 12:33 am
by ekek
Have you tried DUET DISPLAY App?

With this app you can connect an iPad Retina to your computer and instantly you have a retina screen in wich everything fits.

http://www.duetdisplay.com/

This is a very affordable solution, another one is to buy a 4K monitor

Regards!