I am using an itemRenderer and in that renderer i am calling the init() method on creationComplete event.
The List's dataprovider is an ArrayCollection from LCDS rtmp and i notice that the init() function does not get called everytime a new item is added (even though the new item does display on the TileList as a new row. So I guess my question is, how can i EVERYTIME call a function in my itemRenderer component? thanks, Alexander

