T O P I C R E V I E W |
keithml |
Posted - Sep 24 2013 : 05:26:38 Hi,
TImageEnMView has a method loading and saving a cache of the thumbnails, how would I do this for the derived class TImageEnFolderMView while changing the properties such as the directory name correctly?
Keith |
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Oct 31 2013 : 17:10:47 Hi
FYI, this has been implemented in v5.0.1.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
xequte |
Posted - Sep 29 2013 : 18:38:45 Hi Keith
OK, thanks for the info.
I'll look into that for the next update.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
keithml |
Posted - Sep 25 2013 : 07:23:26 Computers vary greatly in speed and with windows 8 tablets out with reduced power processors it is even more relevant. Try running the code on an atom or low power pentium processor tablet/notebook with a collection of 14 megapixel or greater images in the directory and you will see what I mean.
Folders do change, but not drastically. Generally only a few files will change at a time. If the cache is handled correctly, the unchanged files can be loaded and new or changed ones added or modified.
Keith |
xequte |
Posted - Sep 24 2013 : 14:17:18 Hi Keith
Can you tell me why you want to do this?
Folder contents regularly change so the content of the cache may not even be valid and TImageEnFolderMView is very fast anyway (loading only thumbnails on demand).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|