Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Topic
Dany
59 Posts
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.
xequte
38610 Posts
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
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page