On Wednesday, January 23, 2002, at 01:39 PM, Richard D. Miller wrote:

> I'm interested in this idea of password protecting the stack, but it's 
> not
> clear from the documentation how this is done.

It's pretty straightforward:

    set the password of stack myStack to mypassword

Make sure you save your stack to have the password applied.
Then, to "unlock" a stack via script:

    set the passKey of stack myStack to mypassword

To remove password protection from a stack:

    set the passKey of stack myStack to mypassword
    set the password of stack myStack to empty

And save.

Regards,

Scott Rossi
Creative Director, Tactile Media
[EMAIL PROTECTED]
http://www.tactilemedia.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to