That's true - it happens to me all the time when I use _global(tt) with Xray
and have a circular reference (such as two classes that hold eachother as
listeners). 
This was why John had to change his original treeview parser to a
non-recursive method. But it still happens with the trace function. So I'd
say that some kind of check would be useful. 

Karina

> -----Original Message-----
> From: Scott Hyndman [mailto:[EMAIL PROTECTED] 
> Sent: 25 August 2006 02:59
> To: Flashcoders mailing list
> Subject: Re: [Flashcoders] clone object
> 
> If you had one circular reference, you'd hit the recursion limit.
> 
> On 24/08/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote:
> > If you're not willing to code a solution, then why are you 
> bothering 
> > to write out an explanation?  I have yet to encounter a recursion 
> > limit and I've parsed some deep object models.
> > _______________________________________________
> > Flashcoders@chattyfig.figleaf.com
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training 
> > http://www.figleaf.com http://training.figleaf.com
> >
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
> 

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to