Scrollable card

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
abanowBUSTfGf
Posts: 63
Joined: Sat Dec 22, 2012 3:01 am

Scrollable card

Post by abanowBUSTfGf » Fri Jan 04, 2013 11:55 am

I have a menu card set up and once deployed onto an Android, the lower part of the menu can't be
seen. How can I use the touch-screen to move/scroll up and down the menu?
Many thanks

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

Re: Scrollable card

Post by Klaus » Fri Jan 04, 2013 2:50 pm

Hi abanowBUSTfGf,

the only way to make a card/stack (look like it is) scrollable is to group all objects
on a card and add a scrollbar to the that group!

You should check "the screenrect" before opening your stack, do some calculations and
(re-)layout your card accordingly so there is no need to scroll at all!

This is one reason I do not develop for mobile, just too many possible screen sizes 8)


Best

Klaus

Post Reply