Make an app in Portrait mode

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Make an app in Portrait mode

Post by maxs » Thu Nov 22, 2012 1:55 am

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?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Make an app in Portrait mode

Post by jmburnod » Thu Nov 22, 2012 9:49 am

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
https://alternatic.ch

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Make an app in Portrait mode

Post by maxs » Thu Nov 22, 2012 6:11 pm

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

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: Make an app in Portrait mode

Post by jmburnod » Thu Nov 22, 2012 6:57 pm

Why not using the mousewheel to set the top of the stack ?
Jean-Marc
https://alternatic.ch

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Contact:

Re: Make an app in Portrait mode

Post by endernafi » Thu Nov 22, 2012 7:02 pm

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
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

Post Reply