Re: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Matt Wicks
I had a similar problem .. never really got to the bottom of it but I found that addChildAt worked while addChild didn't ? On 18 May 2007, at 15:03, Matt wrote: The exact error message I'm currently getting is as follows: RangeError: Error #2006: The supplied index is out of bounds. at

RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Wicks Sent: Friday, May 18, 2007 10:23 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex is Broken I had a similar problem .. never really got to the bottom of it but I found that addChildAt worked while

Re: [flexcoders] Re: Flex is Broken

2007-05-18 Thread hank williams
, May 18, 2007 10:23 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Re: Flex is Broken I had a similar problem .. never really got to the bottom of it but I found that addChildAt worked while addChild didn't ? On 18 May 2007, at 15:03, Matt wrote

Re: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Michael Schmalle
[mailto:flexcoders@yahoogroups.comflexcoders%40yahoogroups.com] On Behalf Of Matt Wicks Sent: Friday, May 18, 2007 10:23 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Re: Flex is Broken I had a similar problem .. never really got to the bottom

RE: [flexcoders] Re: Flex is Broken

2007-05-18 Thread Andrew Trice
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Friday, May 18, 2007 3:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex is Broken It's pretty straight-forward to reproduce. Just do something like: container.removeChild(c1); container.removeChild(c2