Page 1 of 1

Make an app in Portrait mode

Posted: Thu Nov 22, 2012 1:55 am
by maxs
How do I make an app in Portrait mode for the ipad? When I set the height of the stack to 1024, my display only goes up to 800.
Is there anyway to put a scrollbar so I can access the bottom of the stack?

Re: Make an app in Portrait mode

Posted: Thu Nov 22, 2012 9:49 am
by jmburnod
Hi Maxs,
Set the size of your stack to 768 (or 748 for the status bar),1024 and set the checkbox "portrait" to true in the standalone setting.
Best regards
Jean-Marc

Re: Make an app in Portrait mode

Posted: Thu Nov 22, 2012 6:11 pm
by maxs
Yes, I did.

So I çan assume that there is no way to scroll to the bottom of my stack if my screen monitor height limit is 800?

Max

Re: Make an app in Portrait mode

Posted: Thu Nov 22, 2012 6:57 pm
by jmburnod
Why not using the mousewheel to set the top of the stack ?
Jean-Marc

Re: Make an app in Portrait mode

Posted: Thu Nov 22, 2012 7:02 pm
by endernafi
Hi Max,

Try this:
move_Other_Stack.zip
(1.07 KiB) Downloaded 293 times
as seen on http://forums.runrev.com/viewtopic.php?f=49&t=12712 thanks to Klaus & Dixie...

Best,

~ Ender Nafi