Flex: Rendering a bound TileList - when does it finish rendering?
- by python_noob
Hi, I have an mx:TileList which is bound to an ArrayCollection. I have some code that displays a "Loading..." message before modifying the ArracyCollection and some code after that hides the loading message.
For small data sets, it works fine. However, I noticed with an array size of about 50~ and larger, flex will hide my loading message before…