Developing for big iPad on small laptop
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Developing for big iPad on small laptop
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?
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
Hi Max,
If you don't include this code in your script:
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
If you don't include this code in your script:
Code: Select all
iphoneUseDeviceResolution true, true
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
~... together, we're smarter ...~
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
Re: Developing for big iPad on small laptop
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
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
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Developing for big iPad on small laptop
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
be well
Dixie
Re: Developing for big iPad on small laptop
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
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
~... together, we're smarter ...~
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
__________________________________________
macOS Sierra • LiveCode 7 & xCode 8
Re: Developing for big iPad on small laptop
Hi Dixie,
Thanks for your nice stack.
Any idea how to correct the script?
keram
Thanks for your nice stack.
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#p119486Dixie 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
Any idea how to correct the script?
keram
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit
Re: Developing for big iPad on small laptop
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!
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!