O.P. Scripts: LstView Setting Icon Problem
So what is the reasoning behind this one?
I firstly have a LstView control with all of the images in the LargeIcons and they are set right, but the images aren't there at the time of creating the window, they are being downloaded. Why does plus make a cache of the images (or at least look for them) when the control is created rather than get it when it is called for? I know that this causes a slight bit more HDD and CPU usage, but it saves RAM from a very RAM hungry resource and also makes it more dynamic which is something that is always appreciated.
If there is some reasonable explanation behind this then let me know and I'll be happy (something like an API limitation possibly?).
|