Scott: I have no success with this process. I create a new stack, with one field. I put some data in it. I set its password from the message box. I save it. Nothing happens. I can open the stack later and see everything in it. I can freely access the content of the field. If I ask for its password, it gives me back an encrypted password. I can't get this to work. Are you certain it works in OS9 with 1.1.1? What could I be missing?
Richard > > 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 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
