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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Proc.CompareWith changed?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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. I will check this when I'm back in the office.



Nigel
Xequte Software
www.imageen.com