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
 Keep previous images on ImageEnMview and add to it

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
ImageEnSA Posted - Sep 04 2019 : 02:48:30
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
4   L A T E S T    R E P L I E S    (Newest First)
ImageEnSA Posted - Sep 04 2019 : 03:53:02
YES :) I delete
ImageEnMView1.Clear;
and now it working perfectly
xequte Posted - Sep 04 2019 : 03:47:31
Hi

In the AllAcquire demo, this is called before Acquire:

ImageEnMView1.Clear;

Nigel
Xequte Software
www.imageen.com
ImageEnSA Posted - Sep 04 2019 : 03:35:43
Thanks, Nigel for your help. if you checked AllAcquire.dpr demo, you will find it clears the ImageEnMview before adding the new scanned images.
xequte Posted - Sep 04 2019 : 03:17:45
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