Re: [flexcoders] please help itemrenderer accessing

2007-09-06 Thread Tom Chiverton
On Thursday 06 Sep 2007, [EMAIL PROTECTED] wrote: > ItemRenderers are tricky because they are recycled. Even resizing the > internal image might cause a reĀ­renderer and change which renderer is > displaying the image. Once you know the way to do things, it's very easy though (like most Flexy thi

RE: [flexcoders] please help itemrenderer accessing

2007-09-05 Thread Alex Harui
ItemRenderers are tricky because they are recycled. Even resizing the internal image might cause a re-renderer and change which renderer is displaying the image. I'd write my Renderers to pull from external data sources such as the data in the dataprovider, or if you have to, some extrnal proper