RE: [flexcoders] FB4: Looping thru itemrenderers

2010-08-25 Thread Gregor Kiddie
If you need to access an itemrenderer, there's almost always a better way of doing what you are trying to do... So, why are you wanting to access the itemrenderer instance? Gk.

[flexcoders] FB4: Looping thru itemrenderers

2010-08-24 Thread sdl1326
I have a scrollable SkinnableDataContainer which contains thumbnail images (in an itemrenderer). While there can be several hundred thumbnail images, only 10 itemrenderers are viewable on the screen at a time. If I need to loop through the 10 viewable itemrenderers, what's the best way to do it?