Hi, Here is what you can do:
1. In the TileList's itemRenderer, specify the name of an itemRenderer 2. Inside this itemRenderer, override the "set data" method. I assume that you will determine the itemRenderer based on the data you get. 3. Inside the overridden set data method, you can run an if statement or a switch case statement and do an "addChild" of the required component type as per the type of data. If this is still not very clear, mention your exact scenario more elaborately. Regards, Venkat www.venkatv.com On Thu, Sep 18, 2008 at 11:25 AM, kamal <[EMAIL PROTECTED]> wrote: > > How to add two diffrent itemRender to one TileList. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

