Working with a stack with large dimensions

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
mdbd33
Posts: 3
Joined: Sun Jan 05, 2014 4:30 pm

Working with a stack with large dimensions

Post by mdbd33 » Sun Jan 05, 2014 4:36 pm

I'm very new to LiveCode, and I have been asked to teach a class on iOS development using LiveCode beginning in February. Here's my big question right now.

If I want to make an app for the iPod touch, I try to make the stack size 960px by 640px.

However, when I do this, the stack becomes so large that it doesn't fit on my computer screen, and I have a hard time working with the stack. Is there any way to "zoom out"? Or, can I make the stack proportionally smaller and then scale up somehow when deploying the app?

I would really appreciate any advice on this matter. Thanks.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Working with a stack with large dimensions

Post by Klaus » Sun Jan 05, 2014 4:42 pm

Hi mdbd33,

1. welcome to the forum! :D

2. What monitor are you using? MacBook with 800 px monitor height?
Can't you attach another (any cheap) monitor with at least 1024 px height?


Best

Klaus

mdbd33
Posts: 3
Joined: Sun Jan 05, 2014 4:30 pm

Re: Working with a stack with large dimensions

Post by mdbd33 » Sun Jan 05, 2014 4:47 pm

Yes, I have a retina MacBook Pro.

Thank you for your suggestion! I'll go ahead and look into that. I just wanted to see if there was another option.

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Working with a stack with large dimensions

Post by Klaus » Sun Jan 05, 2014 5:10 pm

Hi mdbd33,

a RETINA MacBook?
Doesn't that have a resolution of 2560 x 1600 pixels? :shock:

Can't you set the monitor to display ALL pixels for Livecode?
Don't know how this setting is named. Know what I mean?
"Switch Retina off" for Livecode :D


Best

Klaus

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Working with a stack with large dimensions

Post by Klaus » Sun Jan 05, 2014 5:14 pm

Wait, I have another idea!
If you are using LC 6.5.1 you could play around with "the pixelscale"!

Enter this in the message box: set the pixelscale to 0.75
And see what happens, way cool, isn't it!?

To reset to "normal", set it back to 1.

Should work fine on a retina display :D

mdbd33
Posts: 3
Joined: Sun Jan 05, 2014 4:30 pm

Re: Working with a stack with large dimensions

Post by mdbd33 » Sun Jan 05, 2014 5:38 pm

Klaus, thank you so much! You saved the day!!

Post Reply