Is it possible to acquire from a twain scanner in second thread. (ie put the ImageEnIO.Acquire in second thread) this is because, if I use first thread the buttons not work until finishing the scanning. (XE7 and ImageEn 5.2.0) (I heard that MCM can do this. is it true?)
In our testing it is not possible because Twain uses the window messaging queue to send notifications (about the image is ready, etc..). This queue must run in the main thread due to UI blocks.