2007-10-14, 05:25 PM
sub Wrote:Just to add further info, I use a differnet approach to solving the problem whurlston describes. Instead of downloading the images from the external site while constructing the list I set the image parameter to "this" and implement the UiList.GetImage() call back. This method is then called to delay loaded these images. They only requested when they're made visible for the first time.Good to know. I was building separate array lists so that I could keep the new releases and top 100 and not have to reload the images. I will definitely look into UiList.GetImage()
There are probably a lot of changes like this that I could make to my code.