[flexcoders] Adding/Removing child components

2008-05-06 Thread kalpkat9
Hi, I am working with a component where I can add and remove line items ('remove' buttons). I dont know where I am missing it, but I am only able to remove the lines from the bottom of the stack and I wish to remove the line items as such with their relevant index. Please take a look at this co

Re: [flexcoders] Adding/Removing child components

2008-05-06 Thread Tom Chiverton
On Tuesday 06 May 2008, kalpkat9 wrote: > I dont know where I am missing it, but I am only able to remove the > lines from the bottom of the stack and I wish to remove the line > items as such with their relevant index. If you use a Repeater bound to an ArrayCollection of the items, you could use

RE: [flexcoders] Adding/Removing child components

2008-05-06 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Tuesday, May 06, 2008 11:15 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Adding/Removing child components On Tuesday 06 May 2008, kalpkat9 wrote: > I dont know where I am missing it, but I am only able to remove the > line