Re: [flexcoders] removeChild or delete item in repeater

2008-09-22 Thread Haykel BEN JEMIA
Try this:vform[evt.target.instanceIndex].removeChild(_submod[i]); On Sat, Sep 20, 2008 at 8:27 PM, urmissinlink <[EMAIL PROTECTED]> wrote: > hey guys, > I have a nested repeater as seen below > > > click="openModule(event)" icon="@Embed(source='img/Expand.png')"/> > > repeatEnd="populateSu

[flexcoders] removeChild or delete item in repeater

2008-09-20 Thread urmissinlink
hey guys, I have a nested repeater as seen below I am running a loop at the RepeatEnd phase to delete the linkbuttons that I don't want, but they are not removing from the screen at all. here is the code to removeChild vform[evt.target.instanceI