Dave wrote:
Hi,

In every RR based application I've shipped as a Standalone, the Structure I've used is to have one "Main" Stack that holds the standalone settings (basically just a dummy "Splash" Screen Window) and a number of "Stacks" (that are also main stacks as far as RunRev is concerned) that are held inside a subfolder. The Splash Window the does a "go" to one of the stacks in the subfolder, e.g.

AppFolder:
Spash.app
          SubFolder:
          Stack1.rev
          Stack2.rev
          Stack3.rev

Can Zygodact handle this situation? Also, does it password protect the stacks too? Or just prevent the standalone from running?

Zygodact can handle this. You'd attach its registration stack to your mainstack (the standalone,) and call "zygodact" in your script before you open any other stack.

Zygodact does no password protection at all, that would be up to you. It doesn't interfere in any way with anything your stack does. It only checks for a valid registration when your scripts tell it to.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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