Use the dataProvider API methods instead of the lower level array methods, which do not emit the event necessary to update the UI.
For example, use aDp.addItem(oNewItem); instead of aDP.push()oNewItem. Tracy -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ffej1138 Sent: Saturday, January 21, 2006 12:57 AM To: [email protected] Subject: [flexcoders] Reload repeater data I have a repeater that shows a bunch of array elements. I want to have a button that will take out elements from the repeater. I can pop the elements out of the array with no problem, but the repeater still shows the array as it was before the pop-ing. Is there a way to reload or re-draw the repeater? Any ideas? Thanks for any help. Jeff -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

