Saving Stack Changes

2014-01-15 Thread Peter Bogdanoff
Hi, A general question: I have a stack containing some substacks. I make changes in 2 of the substacks. I save. Is the current substack saved only, or are all of the other changed substacks saved as well? Peter Bogdanoff UCLA ___ use-livecode

Re: Saving Stack Changes

2014-01-15 Thread Mark Schonewille
Hi Peter, The substacks are part of the same file as the mainstack. Every time when you save a (sub)stack, the entire file is saved to disk, including the mainstack and all substacks of that mainstack. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Saving Stack Changes

2014-01-15 Thread Phil Davis
Hi Peter, save replaces the existing .livecode stackfile on disk with a complete copy of the one in memory, so everything in the stackfile is saved. (mainstack, substacks, custom properties, imported images, etc.) Phil Davis On 1/15/14, 12:26 PM, Peter Bogdanoff wrote: Hi, A general