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
 Acquire Lockup

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
mdgodfrey Posted - Aug 20 2013 : 16:05:20
I am a ImageEn Newbie.

I have a form where I acquire images that are saved to PDF via ImageEnMView.

It works as expected as long as I stay on that form.
If I close that form (I only hide it) and open it again, then attempt an Acquire, the Acquire starts but does not show the twain scanning messages (it did the first time around) however it does pull the docs through.
At that point the code is stop at the Acquire line and will not progress.

Any thoughts on what I am missing?

3   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Sep 06 2013 : 04:31:27
Hi,
could you send us a sample project?
mdgodfrey Posted - Aug 21 2013 : 08:34:17
Klaus,

Thanks so much for the help!

I did not have it set to 'fsStayOnTop' but I was doing ShowModal.
I simply changed it to a 'Show' and that fixed it.
That is some pretty finicky software!

That seems to be a problem ImageEn might want to fix???
That was a waste of a day questioning what I was doing wrong!

Thanks again Klaus!


klausdoege Posted - Aug 21 2013 : 00:18:36
Hello,

I had a similar problem.
Does your form have the property = fsStayonTop?
Tries once following:
application.NormalizeallTopMosts;
and at the end
application.RestoreTopMosts;

Klaus
www.klausdoege.de