When (in its life cycle) do you need this object in the renderer? What does it do? When is it initialized or updated?
Do you have a good understanding of itemRenderer recycling? Typically, there are two kinds of data in a renderer. Static data, which can be compiled in, and item data, which comes from the dataProvider item. Dynamic data that is not from the item raises questions. Tracy Spratt, Lariat Services, development services available _____ From: [email protected] [mailto:[email protected]] On Behalf Of InvertedSpear Sent: Wednesday, November 18, 2009 10:15 AM To: [email protected] Subject: [SPAM] Re: [flexcoders] Passing an object to a rendererProvider Passing the data as part of the data object seems like what I need to do, in fact if I can do that then I can pass the simple string instead of the entire object, but how do I do that? Thanks ~Mike Jeffry Houser-2 wrote: > > > What component are you using? > > Most list based classes have a ListData property passed into > itemRenderers. You can extend ListData to contain your custom data, and > extend the List class to use your new ListData class with new data. > You could also pass in the relevant data as part of your itemRenderer's > data object. > -- View this message in context: http://old.nabble. <http://old.nabble.com/Passing-an-object-to-a-rendererProvider-tp26396466p26 408398.html> com/Passing-an-object-to-a-rendererProvider-tp26396466p26408398.html Sent from the FlexCoders mailing list archive at Nabble.com.

