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
 Scanning Problem with Brother Scanner

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
Ralf Posted - Apr 14 2022 : 10:24:56
Hello,

we use an scanner from Brother and have the problem, that always the Dialog from the Scanner is shown. In the params we define that we don't want the dialog to be shown.

We are in contact with the brother dealers suppport. They tested against the Imageen Demos.

Here is the feedback from brother.

The following point described in “State 4 to 5 - Request the Acquisition of Data from the Source” causes this problem.

TW_BOOL Show UI;
TW_BOOL ModalUI;

If you want to display the UI,
ShowUI = TRUE (Numerically1)
ModalUI = TRUE (Numerically 1)

If you want to hide the UI,
ShowUI = FALSE (Numerically 0)
ModalUI = FALSE (Numerically 0)

This issue will be solved if the above points in the application is revised.
It seems that -1 is now specified in both cases.

Is there any chance to solve the problem?

Our customers are getting angry.

Best regards

Ralf
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 14 2022 : 18:00:28
Hi Ralf

I'm not sure how that is possible, as TW_BOOL is a WordBool (unsigned short) so negative values would be out of range.

If you like you can email me to test a version that explicitly sets numeric values.

Nigel
Xequte Software
www.imageen.com