Making my stack scrollable

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 stack scrollable

Post by tasdvl9 » Sun Feb 09, 2014 3:30 am

Hello,

I created a stack and would like to make it scrollable since I need to fit a lot of text on it.
Is there a way of doing this? I did see a tutorial about using a map and making that image scroillable
but I want the stack itself to be scrollable.
Thanks!

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

Re: Making my stack scrollable

Post by Simon » Sun Feb 09, 2014 4:04 am

Hi tasdvl9,
...I want the stack itself to be scrollable.
Yikes! that's an odd request... what does it actually mean?

I think using that tutorial is really what you want, you can use a field with text as well. Just set the group to the size of the stack.

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

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Making my stack scrollable

Post by MaxV » Mon Feb 10, 2014 2:08 pm

Put all the object of the stack in a group, the scroll the group.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply