ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Proc.CompareWith changed?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Dany

59 Posts

Posted - Oct 14 2024 :  07:18:20  Show Profile  Reply
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.

xequte

38610 Posts

Posted - Oct 14 2024 :  18:53:06  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: