T O P I C R E V I E W |
mmiranda |
Posted - Dec 01 2013 : 18:31:15 Hi
(Using Delphi7 and ImageEn Version: 5.0.5)
TImageEnFolderMView in FolderMView Demo
I'm trying your "FolderMView" demo on Delphi7 IDE, but on run time show me the following error when I select some folders like "C: \" or another that contain pictures and system files.
Error: Project FolderMView.exe raised exception class EIEException with message ‘No valid 256 x256 icon’. Process stopped. Use Step or Run to continue.
There is not compilling o building errors on Delphi IDE, and error is not present when running FolderMView.exe demo without Delphi...
35.57 KB |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 02 2013 : 11:59:21 Hi
This is an internal error (intentional design). An exception is raised when attempting to load an HD icon, and the file does not have one (so a low def one is loaded instead).
You should add the exception type to your ignore list.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|