You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems especially true with TWAIN drivers which insist on displaying their own UI, despite gImageReader telling them not to.
The fundamental problem is how to handle Windows messages from within a Gtk application. Also, it is unclear from the TWAIN documentation whether there are any issues one needs to deal with when handling events from a separate thread.
Would be nice to have it working, if someone reading this is familiar with TWAIN, please send me some patches :)
The text was updated successfully, but these errors were encountered:
This seems especially true with TWAIN drivers which insist on displaying their own UI, despite gImageReader telling them not to.
The fundamental problem is how to handle Windows messages from within a Gtk application. Also, it is unclear from the TWAIN documentation whether there are any issues one needs to deal with when handling events from a separate thread.
Would be nice to have it working, if someone reading this is familiar with TWAIN, please send me some patches :)
The text was updated successfully, but these errors were encountered: