Page 1 of 1

Scrolling an entire card, not just a group

Posted: Thu Jan 22, 2009 9:58 pm
by AlexAdams
I am an experienced developer who is new to Revolution. I am developing applications that will have cards full of vector graphics that need to be individually selectable and scriptable. Sometimes the cards containing these graphics will need to be resized and scrolled through to see everything. From what I've read about scroll bars, it seems that they work for a group of objects, but I need them to work for an entire card.

How can I accomplish that. It is odd to me that the stack and/or card properties do not themselves contain horizontal and vertical scroll options.

Thanks for your help.

Alex

Posted: Thu Jan 22, 2009 10:32 pm
by Mark
Hi Alex,

Just group everything on the card, including existing groups, make it a scrolling group, set its rect to the rect of the card and set the lockLoc to true.

Best,

Mark