Hi Nattu, If you are using resultEventHandler function. Try to reassign itemRenderer... it will refresh the itemRenderer for every call.
Tilelist1.itemRenderer = new ClassFactory(rendererfileName); Check this out. With regards, Ume MS On Sat, Dec 13, 2008 at 10:19 AM, [email protected] < [email protected]> wrote: > > Hi, > > I have created two states and state1 and state2. Each state has a tile > list and its item renderer. > When i switch from state1 to state2, it is working perfectly. > > When i switch back to state1 then items in Tilelist1, the itemrenderer > selection is not showing. But it is accepting itemclick event, click > event. The default mouseover of tilelist item is not working if goes > to state2 and come back... > > What could be the issue??? > > > Nattu > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

