T O P I C R E V I E W |
Dany |
Posted - Oct 14 2024 : 07:18:20 Hello,
Before updating an TImageEnView panel, I always compared with the current selected in the TImageEnMView colection by doing:
if (View.Proc.CompareWith(MView.IEBitmap, nil) <> 1) then ...
But after installing the lates update (13.6.0) it startet to go wrong in some cases when the TImageEnView is empty. I changed the code doing this:
if View.IsEmpty or (View.Proc.CompareWith(MView.IEBitmap, nil) <> 1) then ...
And now my code is working like always.
Regards.
|
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Oct 14 2024 : 18:53:06 Hi
Not in v13.6.0, but in v13.0.0 we implemented an alternative comparison algorithm:
http://www.imageen.com/help/TImageEnProc.CompareWith.html
At that time, handling of null images may have been affected. We will add explicit handling of null images in the upcoming release.
Nigel Xequte Software www.imageen.com
|
|
|