I have a TileList for which I am using an itemRenderer to populate. The itemRenderer consists of an image and label components. The items for the TileList are the results of an HTTPService call.
What is the best way to incorporate a preloader until the TileList is completely populated with my items? Currently each item displays as the image loaded. What I'd like to have is until the entire TileList is loaded a preloader component is displayed. Suggestions? Thank you jh

