Making my card with a vertical scroll.

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
tasdvl9
Posts: 94
Joined: Fri Dec 06, 2013 3:55 am

Making my card with a vertical scroll.

Post by tasdvl9 » Fri Feb 14, 2014 8:47 pm

Hello,

Is there a way to make my card scroll vertically?

I have information which doesn't quite fit on the real estate of the card so I would like to implement
a scroll.

Thanks!

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Making my card with a vertical scroll.

Post by Simon » Fri Feb 14, 2014 8:59 pm

Hi tasdvl9,
Just group your info and in the property inspector turn on the vertical scrollbar.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10333
Joined: Wed May 06, 2009 2:28 pm

Re: Making my card with a vertical scroll.

Post by dunbarx » Fri Feb 14, 2014 11:18 pm

Hi.

You may want to practice a bit with adding new controls to that existing group. Otherwise they will not work correctly. when you scroll. This is only if you ever need to do this, of course, but it will come up if you simply drag a new control from the tools palette. Check out the "create" command, with its ability to create into a group.

Craig Newman

tasdvl9
Posts: 94
Joined: Fri Dec 06, 2013 3:55 am

Re: Making my card with a vertical scroll.

Post by tasdvl9 » Sat Feb 15, 2014 2:51 am

Thanks, all!

I appreciate the responses.

Post Reply