Hello Ok, here's the problem.
I have a TileList. And I have a custom item renderer. In item renderer, there is Canvas element. When drawing item, I remove all children from this canvas, and put one Image. It works fine for almost all elements. Only the first on TileList is blank. In the fact, the Canvas is blank. I realized that all children are removed, and Image is added (numChildren == 1), but it is not visible. Can anybody tell me why? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

