- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
Forums › TWAIN Classic › How to handle TWAIN warnings like: No paper on adf, etc?
Hi,
I have been working with Fujitsu scanner with GUI disabled when scanning.
In case there was no paper on ADF or paper was jammed, Fujitsu TWAIN driver used to pop up
an appropriate message. That’s cool.
Now I have a Kodak i2800 scanner. With GUI disabled TWAIN driver doesn’t inform me about any error.
The user doesn’t know what is happening…
Is it possible and how to handle TWAIN’s driver messages programically?
Thank you!
Set the custom capability CAP_INDICATORSWARMUP to TRUE. This is overloaded to work with the “no paper in feeder” messages.
Alternatively, you can also create the following file:
C:ProgramDatakds_kodakkds_i2000twainconst.ini
And make sure it has the following lines in it…
[dsidentity]
ForceIndicatorsWarmup=1
Thanks!
That worked (capability) like a charm!