View Single Post

  #2 (permalink)  
Old 04-06-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
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.
Reply With Quote