Sarah, The only reason you get "copy of <stack>" is because you don't have a label set for your stack. If you set the label of the stack, when you clone it, the cloned copy immediately has the label of the stack it was cloned from.
So it sounds like your stack is *named* "Original", but the label is empty... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ----- Original Message ----- From: "Sarah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 9:35 PM Subject: Cloning stacks > I have an application with a stack that gets cloned to allow multiple > instances of the same stack to be open, each showing different things > as specified when they are opened. This works fine except that when I > first clone the stack, it flashes up with it's label showing as "Copy > of Original". Then I can rename it, but I always get that first ugly > view. > > I've tried locking the screen, I've tried hiding the original before > cloning it, I've tried re-labelling the original before cloning, but I > can't stop it showing this "Copy of...". Does anyone have any other > ideas? > > Thanks, > Sarah > > > _______________________________________________ > 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
