Re: [flexcoders] itemRenderer data question (recycling)

2009-01-30 Thread Johannes Nel
*Subject:* Re: [flexcoders] itemRenderer data question (recycling) mmm, repeater is rarely the sollution IMO. remember that they render all the items (when they do not recycle) and not only the visible parts like a list. On Wed, Jan 28, 2009 at 11:23 AM, nwebb neilw...@gmail.com wrote: Ah

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-30 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Johannes Nel Sent: Friday, January 30, 2009 5:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] itemRenderer data question (recycling) we agree to disagree in that case

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-29 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Johannes Nel Sent: Wednesday, January 28, 2009 5:05 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] itemRenderer data question (recycling) mmm, repeater is rarely the sollution IMO. remember

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-28 Thread nwebb
data like when it changed last so you can determine whether to color it or not. *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *nwebb *Sent:* Friday, January 23, 2009 12:54 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] itemRenderer

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-28 Thread Johannes Nel
it or not. *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *nwebb *Sent:* Friday, January 23, 2009 12:54 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] itemRenderer data question (recycling) Yes sorry - I was scant with the details

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread nwebb
At the moment not sure - my test data only has the same 4 items in, but I think it's going to vary. On Thu, Jan 22, 2009 at 6:34 PM, Tracy Spratt tspr...@lariatinc.com wrote: How many items? This might be easier with Repeater. Tracy Spratt Lariat Services Flex development bandwidth

Re: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread nwebb
Yes sorry - I was scant with the details because I know people don't read long posts. I'm just using a standard array for the dp rather than an ArrayCollection and I am overwriting the array each time. Eventually I think that each bundle may have completely different items (they are actually

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-23 Thread Alex Harui
...@yahoogroups.com] On Behalf Of nwebb Sent: Friday, January 23, 2009 12:54 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] itemRenderer data question (recycling) Yes sorry - I was scant with the details because I know people don't read long posts. I'm just using a standard array

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-22 Thread Tracy Spratt
How many items? This might be easier with Repeater. Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of nwebb Sent: Thursday, January 22, 2009 7:14 AM To:

RE: [flexcoders] itemRenderer data question (recycling)

2009-01-22 Thread Alex Harui
That didn't quite make sense. What is the dataprovider for the % list? Why would different bundles have data items with the same UID? Are you resetting the dataProvider when someone selects a different bundle? If the dp for the % list is a set of fields computed from the selected bundle,