[flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-02 Thread ross_w_henderson
I've had similar issues. One of the things I've found is that it is important to reduce the steps between this.data, or this.listData, and the property you're populating. If you can rewrite so that you bind directly on this.listData.label, rather than set the value of 'value' and bind on 'valu

[flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-02 Thread ross_w_henderson
he right time. >   > Perhaps I can use the data change event that is dispatched to update my values.  Any other ideas? >   > Thanks, > -Robert >   > --- On Tue, 12/2/08, ross_w_henderson <[EMAIL PROTECTED]> wrote: > > From: ross_w_henderson <[EMAIL PROTECTED]> &

[flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-03 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui <[EMAIL PROTECTED]> wrote: > > itemRenderer.data should always be the data for the row. It should never be the old data unless you overrode the setter. I agree. I think the problem is caused by not calling super.listdata in the override of the list

[flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-03 Thread ross_w_henderson
Robert, I may have misled you by saying you needed to override the data setter in my last reply. I've gotten away with doing that in List components, but maybe I should have been addressing listdata, instead of data. Hope I didn't screw you up. Amy, glad you posted this. Thanks. --- In

[flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-03 Thread Amy
--- In flexcoders@yahoogroups.com, "ross_w_henderson" <[EMAIL PROTECTED]> wrote: > > Robert, I may have misled you by saying you needed to override the > data setter in my last reply. > > I've gotten away with doing that in List components, but maybe I > should have been addressing listdata, in

Re: [flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-02 Thread Robert Byrne
into the setter, but not at the right time.   Perhaps I can use the data change event that is dispatched to update my values.  Any other ideas?   Thanks, -Robert   --- On Tue, 12/2/08, ross_w_henderson <[EMAIL PROTECTED]> wrote: From: ross_w_henderson <[EMAIL PROTECTED]> Subj

RE: [flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-02 Thread Tracy Spratt
s.com [mailto:[EMAIL PROTECTED] On Behalf Of ross_w_henderson Sent: Tuesday, December 02, 2008 6:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ItemRenderer, mislabels & scrolling Robert, Try this: overwrite the set data function to sort of force refresh the value of this.

Re: [flexcoders] Re: ItemRenderer, mislabels & scrolling

2008-12-03 Thread Robert Byrne
t; Subject: [flexcoders] Re: ItemRenderer, mislabels & scrolling To: flexcoders@yahoogroups.com Date: Wednesday, December 3, 2008, 1:58 PM Robert, I may have misled you by saying you needed to override the data setter in my last reply. I've gotten away with doing that in List components, but