CantModify/saveStackRequest
J. Landman Gay
jacque at hyperactivesw.com
Sun Nov 22 14:40:19 EST 2009
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 | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list