|
Hi Glenn,
I did not know it was slower. Anyway it could help to first find out wy it is slower. I can see 2 reasons:
- Because they are loaded from disk over and over again at each refresh
- Because on some obscure reason the small bitmaps occupie mutch memory. Maybe task manger can help here.
If it is the former then a RAM disk can help to put the bitmap files on. If it is the latter then we just need more memory I assume.
Maybe there are other issues as whell but I cannot come up with others at the moment. |