[flexcoders] Re: Display Custom ItemRenderer based on previous value in List

2008-02-08 Thread Kevin
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Thursday, February 07, 2008 2:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Display Custom ItemRenderer based on previous value in List Maybe I am just being dense, but I can't figure

[flexcoders] Re: Display Custom ItemRenderer based on previous value in List

2008-02-07 Thread Kevin
Maybe I am just being dense, but I can't figure out how rowIndex helps me since it is relative to the display on the screen and what i really need is to know the index of the current item relative to it's position in the data provider. For example, if I have 3 rows displayed (but 20 items in the

RE: [flexcoders] Re: Display Custom ItemRenderer based on previous value in List

2008-02-07 Thread Tracy Spratt
PROTECTED] On Behalf Of Alex Harui Sent: Thursday, February 07, 2008 12:23 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Display Custom ItemRenderer based on previous value in List Add verticalScrollPosition to get the DP index From

RE: [flexcoders] Re: Display Custom ItemRenderer based on previous value in List

2008-02-07 Thread Alex Harui
Add verticalScrollPosition to get the DP index From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Thursday, February 07, 2008 2:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Display Custom ItemRenderer based