dongshaoyang

Results 3 issues of dongshaoyang

When I use the DTWAIN_AcquireFile function for acquisition with bShowUI set to true, the Source UI needs to be closed manually after the acquisition is complete. How can I make...

```go func OpenDir() (string, error) { path, err := zenity.SelectFile(zenity.Directory()) if zenity.ErrCanceled == err { log.Info("the cancel button is pressed") return "", fmt.Errorf("the cancel button is pressed") } else if...

bug

When I call DTWAIN_AcquireFile, sometimes it fails to acquire. Here is the log,The issue might occur at line 36034. [dtwain.log](https://github.com/user-attachments/files/17537783/dtwain.log) I'm not sure what the cause of the problem is,...