Place group of a card to a new card in a substack?
Posted: Thu Apr 12, 2012 4:01 pm
Hello,
I tried to use the main stack for templates and put my data into a substack. How can I copy/place a group from a card in the main stack onto a new card?
"bkgMasterCard" is set to "Behave like Background"
I tried to use a button with that script:
If it's not possible to do it my way: how can I use templates for a substack? (When I place my background on the first card of the substack, how can I hide this card of being seen i.e. when the user use next card/previous card to move for and back in the substack?)
Thanks for reading and help.
Jens
I tried to use the main stack for templates and put my data into a substack. How can I copy/place a group from a card in the main stack onto a new card?
"bkgMasterCard" is set to "Behave like Background"
I tried to use a button with that script:
Code: Select all
on mouseUp
set the defaultStack to "Daten" -- "Daten" is a SubStack of Stack "Test_DB_1"
create card -- in SubStack "Daten"
put it into tNewCard -- Remember the new card, for testing only
set the defaultStack to "Test_DB_1"
place group "bkgMasterCard" of card "VorlageDaten" onto tNewCard -- Error. can't place group.
go to it
end mouseUp
Thanks for reading and help.
Jens