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
 Keep previous images on ImageEnMview and add to it
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ImageEnSA

14 Posts

Posted - Sep 04 2019 :  02:48:30  Show Profile  Reply
Hi Everyone,

When This statement execute
ImageEnMView1.MIO.Acquire;
It will clear all the previous scanned images on ImageEnMview. My Question How to keep the previous and add the new to the ImageEnMview?

Thanks

xequte

38180 Posts

Posted - Sep 04 2019 :  03:17:45  Show Profile  Reply
Hi

Actually ImageEnMView1.MIO.Acquire should never clear the existing content. Can you check your code.

The AppendAtEnd suffix determines only whether the acquired images are added at the current position or the end of the image list.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

ImageEnSA

14 Posts

Posted - Sep 04 2019 :  03:35:43  Show Profile  Reply
Thanks, Nigel for your help. if you checked AllAcquire.dpr demo, you will find it clears the ImageEnMview before adding the new scanned images.
Go to Top of Page

xequte

38180 Posts

Posted - Sep 04 2019 :  03:47:31  Show Profile  Reply
Hi

In the AllAcquire demo, this is called before Acquire:

ImageEnMView1.Clear;

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

ImageEnSA

14 Posts

Posted - Sep 04 2019 :  03:53:02  Show Profile  Reply
YES :) I delete
ImageEnMView1.Clear;
and now it working perfectly
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: