Re: Is it possible to clone a stack and the user does not see anything ?

2007-05-31 Thread André.Bisseret
Bonjour Éric et merci ; This version is working nicely :-)) André Le 31 mai 07 à 13:59, Eric Chatonet a écrit : Re, Here is a simpler version of Sarah method that might help you: In the card/stack script of the template stack, just insert: on preopenStack if "copy" is in the short name of

Re: Is it possible to clone a stack and the user does not see anything ?

2007-05-31 Thread Eric Chatonet
Re, Here is a simpler version of Sarah method that might help you: In the card/stack script of the template stack, just insert: on preopenStack if "copy" is in the short name of this stack then go invisible to this stack else end if end preopenStack Hope this helps. Le 31 mai 07

Re: Is it possible to clone a stack and the user does not see anything ?

2007-05-31 Thread Eric Chatonet
Bonjour André, This flicker problem has been solved two years ago by Sarah: http://www.nabble.com/Cloning-stacks-invisibly--tf183329.html#a511158 :-) A good trick! Le 31 mai 07 à 13:27, André.Bisseret a écrit : Hi, In a handler I am cloning a stack, say, « substackModel » Something like : ---

Is it possible to clone a stack and the user does not see anything ?

2007-05-31 Thread André.Bisseret
Hi, In a handler I am cloning a stack, say, « substackModel » Something like : -- lock screen clone stack "subStackModel" close stack "copy of subStackModel" -- to minimize the time it is visible set the name of stack "copy of subStackModel" to suchName set the mainStack of stack such