Common objext for all cards of stack.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Common objext for all cards of stack.
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.
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Common objext for all cards of stack.
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
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