[flexcoders] Re: Repeater items with two states and dataProvider binding resetting state

2008-06-22 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: So, within a repeated component, you are modifying the underlying dataProvider item? You can probably find a way to update the DP without triggering the update events. If the DP is an ArrayCollection, then

[flexcoders] Re: Repeater items with two states and dataProvider binding resetting state

2008-06-21 Thread dave_defusion
One thing that can help in this kind of situation is not to bind, but to explicitly set the dataProvider. Won't that also cause the repeater to refresh, or are you saying to find the child of the repeater and set its data to the data that is updated? This is what I was thinking of trying

RE: [flexcoders] Re: Repeater items with two states and dataProvider binding resetting state

2008-06-21 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dave_defusion Sent: Saturday, June 21, 2008 11:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Repeater items with two states and dataProvider binding resetting state One

[flexcoders] Re: Repeater items with two states and dataProvider binding resetting state

2008-06-20 Thread Amy
--- In flexcoders@yahoogroups.com, dave_defusion [EMAIL PROTECTED] wrote: I have a Repeater which is repeating an item with two states (an open state and a closed state), when I open one one of the items I then load some extra data in. When the extra data is loaded the item in the data