I am working on an application that adds cards within a stack (see post http://forums.livecode.com/viewtopic.php?f=8&t=25353)
I have got everything working fine and I use a launcher to start the application ( http://lessons.runrev.com/s/lessons/m/4 ... pplication ).
My problem is that if a user adds one card, the stack remembers that card between sessions fine, but when I use the import function that generates cards in a repeat loop, those cards are not remembered. Even though they do exists and are accessible during that session, when I close the application and start it up again the cards are gone ???

tried putting 'save this Stack' in the repeat loop but no luck.
Can anybody explain to me what is going wrong?
(PS. this is actually an app I want to give to a customer so it must work flawless)
To test this make a launcher stack that starts the attached stack.
First add the necessary libraries in the standalone settings general of the launcher stack, also add the attached stack in the stacks section tab before you Save the stack as a standalone application to your build folder.
So you do not have to make dummy scripts to test with, I also added a zipped file with a folder and some dummy scripts that can be used to test the import feature.
If I cannot make this work I will be forced to rewrite the application and make use of a Database

Friendly regards,
Paul Agerbeek