You didnt understand my question :(
I can acces the dictionary but what my TileList contains r the
objects

For eg:
my itemRenderer is tempItemRenderer which is a mxml component say
Label and text is {data.label}
and dataProviderer is ArrayCollection({label:'tempLabel'},
{label:'tempLabel1'})

now i need the list of all the objects in my tilelist which will b
list of all objects that Tilelist automatically create for me
in this case it will
tempItemRenderer1
tempItemRenderer2( these may differ for people)

Hope i am clear

On Dec 1, 9:27 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You will have to iterate through the dictionary using a "for..in" loop or
> "for each... in" loop and place an incremental counter to get the number of
> elements in it.
>
> Regards,
> Venkatwww.venkatv.com
>
> On Mon, Dec 1, 2008 at 8:07 PM, kaal <[EMAIL PROTECTED]> wrote:
>
> > Hi ,
>
> > I have a tilelist and it has a dataprovider and itemrenderer, I need
> > to get the list of all the objects that have been made in tilelist (It
> > is not dataprovider ; dataprovider is actually is dictionary it is not
> > an object list)
>
> > Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to