Hi, Joan. Thanks for the advise. Better late than never. ;) It doesn't help though. :) At the moment i found it impossible to catch the moment when all items are rendered nicely. The only approach I found worthwhile is to forget about one. Everything I have to do is to render items on their own. Communicating with them only via setting them data property. And if I need backward communication - use bubbling events (which is somewhat strange but still I don't know why exactly).
R. On 9/13/06, Joan Lafferty <[EMAIL PROTECTED]> wrote:
I'm not 100% sure about this, but try the updateComplete event. Joan ------------------------------ *From:* [email protected] [mailto:[EMAIL PROTECTED] *On Behalf Of *Roman Protsiuk *Sent:* Wednesday, September 13, 2006 1:41 AM *To:* [email protected] *Subject:* [flexcoders] TileBase (HorizontalList): when items are rendered? Hi, all. Can anyone tell me how can I detect moment when HorizontalList has rendered all of its items? I need to set selectedIndex after this moment. If I set it before, the selection will be lost after rendering. R.

