How to distinguish between multiple clones of a stack?

Doug Lerner doug at webcrossing.com
Fri Jan 9 10:06:02 EST 2004


So...

Are you saying something like:

1. clone a stack
2. set the name of the stack to something unique
3. close the stack again and
4. set the name of the stack to something unique
etc

rather than leaving them all with the name "Copy of stack thisStack"?

What about the fact that the ids are the same?

doug

On 1/9/04 11:30 PM, "Thomas J McGrath III" <3mcgrath at adelphia.net> wrote:

> Doug,
> 
> From what I understand, this is not a good thing to do. FWIW you can
> clone a stack and then change the name and then set it to the mainStack
> "Whatever" and for that matter change it's size location and add
> scripts to it all via scripts.
> 
> In fact my experience shows that this is preferred over the single line
> message box method. I experienced very weird behavior so switched to
> putting a script in my main stack temporarily to build clones and
> change them in one step.
> 
> The big thing to watch out for is in the naming of the clones!! Do not
> use just numbers!! It will crash the stack and mess things up. I used a
> series of numbers to build substacks like "13i" , "13ii" etc based upon
> certain things and then one clone was "17" with on i in it and wham
> there came the crash and a substack that could not be deleted and
> caused the stack to not work. Luckily this list helped me and I had a
> back up.
> 
> TOm
> 
> 
> On Jan 9, 2004, at 7:01 AM, Doug Lerner wrote:
> 
>> If I do a
>> 
>> clone stack "myStack"
>> 
>> Then a clone of the stack appears with the name "Copy of myStack".
>> 
>> If I then clone again I get *another* stack with the same name - "Copy
>> of
>> myStack" and same ID.
>> 
>> How do I distinguish between them?
>> 
>> Can I decide the cloned stack name myself?
>> 
>> doug
>> 
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>> 
>> 
> 
> Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev
> 2.1.2
> 
> 
> Advanced Media Group
> Thomas J McGrath III    € 2003 €    3mcgrath at adelphia.net
> 220 Drake Road, Bethel Park, PA 15102
> 
> 
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list