Page 1 of 1

Common objext for all cards of stack.

Posted: Sun Jan 01, 2012 5:30 pm
by calvax
Is it possible to create a button or field that exist in every card of stack? For example if I have 15 cards and I want a "quit" button active on every card, shall I create 15 different "quit" button, one for card, or it's possible to create only one, active for all cards? thanks

Re: Common objext for all cards of stack.

Posted: Sun Jan 01, 2012 6:29 pm
by Mark
Hi,

Create the button, group it, give group a name, go to next card, choose your group from the Place submenu from the Objects menu.

Kind regards,

Mark

Re: Common objext for all cards of stack.

Posted: Sun Jan 01, 2012 9:24 pm
by dunbarx
Group your button at the very beginning of stack creation. Set its "backgroundBehavior" to "true". It will appear on all newly created cards.

If you already have many cards and want to make such a button, you go through the same procedure, but, as Mark said, you manually have to "place" it on each card. (This process is scriptable, of course) At least, however, from that point on, the group will place itself if you then go and create new cards.

Craig Newman