Thanks for the reply.
   
  I tried using getChildAt method. But I had errors coming up when I typecasted 
the returning element of getChildAt method into the ItemRendered class which is 
in my case ServiceSelectorItem.
   
  I actually want to get the reference of each of the items of TileList so that 
I can do some manipulations on them.
   
  Could you give me some sample code if you do not mind.
   
   
  Bhaskar.
   
  

"Battershall, Jeff" <[EMAIL PROTECTED]> wrote:
            How about myTileList.getChildAt(index)?  TileList shouldn't offer 
more performance, as such, over Repeater, as the TileList itself uses a 
repeater to layout it's children.  But it does offer layout capabilities that 
you'd have to roll on your own with a repeater and that could get messy.
    
  -----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bhaskar 
M
Sent: Sunday, February 03, 2008 10:06 AM
To: [email protected]
Subject: [flexcoders] How to get the reference of each element in a TileList ?


  Hi
   
  I am replacing Repeater with TileList in my Application as performance 
concerns..
  I got struck in getting the reference of each element in TileList.
   
  How to get the reference of each element  in a TileList ?
   
  Thanks in Advance.
  Bhaskar
    
---------------------------------
  Looking for last minute shopping deals? Find them fast with Yahoo! Search.   

                         

       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

Reply via email to