Hi to all,
with morning light and rested eyes, I see a mistake in my original post....

I wrote:
In the big complex app that I have been working on, I do have a
workaround.  I simply repeat this line twice:
set the customproperties["allDataProps"] of stack whichFile \
       to the customproperties["allDataProps"] of stack "dataTemplate"

Actually, I repeated these two lines twice:

   set the customproperties["allDataProps"] of stack whichFile \
        to the customproperties["allDataProps"] of stack "dataTemplate"
   save stack whichfile

Therefore, the workaround is to simply execute
   save stack whichfile
twice (which has the effect of saving the stack once).

Note: this is only necessary on the first attempt to save.
After the first successful 'save' (which requires two saves)
the standalone works properly until it quits.

Michael Binder

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to