At 3:05 AM -0700 10/4/2001, Lorenz Tschudi wrote: >When closing a stack in the Rev development environment the stack and its >data are still available in memory. Only after purging the stack from >memory its contents can't be accessed by other stacks. Is there a way to >force Rev to purge a stack from memory whenever a stack is closed?
If the stack's destroyStack property (NOT what it sounds like!) is set to true, it will be purged automatically when all the stacks in that stack file are closed. There is also a preference that allows you to override the destroyStack setting. You can also use "Close and Remove from Memory" (in the File menu), rather than "Close", to close a stack and purge it from memory. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer!
