Mike Kerner wrote:
Sorry, y'all, it's been the better part of a year.

If I have a stack that I want the user to be able to interact with,
including fields, but I don't want the changes to be saved, do I just catch
saveStackRequest, or is there some other way?


Set the cantmodify property of the stack to true, then save the stack. This is a permanent property you only have to set once during development. Make sure your stack is final before you set it, or the stack won't save your own development changes either. ;)

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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