undocumented.... hmmm..

Thanks for this, Mark, but Rev won't let me compile the line...

ON closeStack
    save this stack
    set the grevstackstatus["notePad"] to empty
END closeStack


Hi Stephen,

You might try this:

set the grevstackstatus["Your stack"] to empty

This array contains "edited" or empty for each stack. The stack names are the keys of the array. The problem is to determine where you should put this syntax. If the only thing that changes is e.g. a text field, you might put it into the closefield handler. If any part of the stack may be changed, you should actually change the front scripts of the IDE, which you probably don't want to do.

Best,

Mark


--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
_______________________________________________
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