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