Re: Stack Password Protection

2011-08-08 Thread Andrew Kluthe
.nabble.com/Stack-Password-Protection-tp3728618p3728741.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Stack Password Protection

2011-08-08 Thread Mark Schonewille
Hi Andrew, Your standalone will be able to access the stacks, but they won't be able to make any changes to them that involves scripts, including setting scripts and copying from or pasting objects to those stacks. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engin

Re: Stack Password Protection

2011-08-08 Thread Andrew Kluthe
So password protecting these stacks don't affect what happens when my standalone opens one of them? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Stack-Password-Protection-tp3728618p3728647.html Sent from the Revolution - User mailing list archive at Nabbl

Re: Stack Password Protection

2011-08-08 Thread Mark Schonewille
Hi Andrew, You can set the password of a stack from the message box. The syntax is: set the password of this stack to "foo" Replace foo with your password. To remove the password, do this: set the passkey of this stack to "foo" set the password of this stack to empty Select inclusions manually

Stack Password Protection

2011-08-08 Thread Andrew Kluthe
Hey all, I have an application that uses several different stackfiles that are loaded by a standalone launcher (sort of like stackrunner). I want to be able to encrpyt the stackfiles so that the user can't just open up the stacks in a text editor and see my code. I can't find a lot of information