Re: [flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-27 Thread Mandlem Nageswara Rao
in pagess, but here the difference is you already have the data here and you just manipulating it here.. THanks, Nagesh --- On Thu, 26/8/10, Amy amyblankens...@bellsouth.net wrote: From: Amy amyblankens...@bellsouth.net Subject: [flexcoders] Re: FB4: Looping thru itemrenderers To: flexcoders

Re: [flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread claudiu ursica
From: sdl1326 azsl1326-em...@yahoo.com To: flexcoders@yahoogroups.com Sent: Wed, August 25, 2010 2:49:53 AM Subject: [flexcoders] Re: FB4: Looping thru itemrenderers Here's some additional insight into what I am trying to do. The user can click on one

[flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread sdl1326
Thanks for the assistance. I posted what I was trying to accomplish in the reply above. Ultimately, I need to be able to access the next or previous itemrenderer from the one that is currently selected. --- In flexcoders@yahoogroups.com, Gregor Kiddie gregor.kid...@... wrote: If you need to

RE: [flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread Gordon Smith
Subject: [flexcoders] Re: FB4: Looping thru itemrenderers Thanks for the assistance. I posted what I was trying to accomplish in the reply above. Ultimately, I need to be able to access the next or previous itemrenderer from the one that is currently selected. --- In flexcoders

[flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread sdl1326
, August 25, 2010 9:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FB4: Looping thru itemrenderers Thanks for the assistance. I posted what I was trying to accomplish in the reply above. Ultimately, I need to be able to access the next or previous itemrenderer from the one

[flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-25 Thread Amy
Hm, I am not sure how you'd accomplish this with Flex 4, if you don't like the answers people have already given you. However, you could extend SkinnableDataContainer to allow you to add a style callback function similar to what AdvancedDataGrid uses. In Flex 3, I did similar with the

[flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-24 Thread Amy
You should never do this. What is the end goal? --- In flexcoders@yahoogroups.com, sdl1326 azsl1326-em...@... wrote: I have a scrollable SkinnableDataContainer which contains thumbnail images (in an itemrenderer). While there can be several hundred thumbnail images, only 10 itemrenderers

[flexcoders] Re: FB4: Looping thru itemrenderers

2010-08-24 Thread sdl1326
Here's some additional insight into what I am trying to do. The user can click on one of the thumbnails(itemrenderer) which changes the background color and launches a larger version of the image. Within that larger image is a next and previous button which will navigate to the next/previous