> For example, let's say I already have one window/stack that > is working as I like. But maybe I want more than than that > one window, with some different settings, opened up. Should I > clone that stack and then delete it when done? Is there a > better approach?
If it is multiple "documents" of the same type, I'd use cloning. You don't even have to delete them; clones reside in memory only unless you save them to disk, so as soon as you close a clone it's gone. Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
