XnView 1.96.2 often lost focus while delete one or more files using DEL key.
I think that XnView calls system function for file deletion, function shows system confirmation dialog and dont return focus to XnView.
As show search in BugReport forum on 'focus' topic, it is an old 'stealth' issue with many XnView dialogs
Problem occurs frequently on following conditions:
- third party program uses hdd hardly
- XnView build thumbnails from nearly 200..300 JPEG images
- each image is 3900 * 5700 pixels
- windows shows delete progress dialog
- after that focus lost.
Its a simple task: writing a log file with next events along with timestamps:
- start deleting using library function or external dll/program call
- losing focus
- return focus to program windows
BrokenAutoImageSize wrote:Problem occurs frequently on following conditions:
- third party program uses hdd hardly
- XnView build thumbnails from nearly 200..300 JPEG images
- each image is 3900 * 5700 pixels
- windows shows delete progress dialog
- after that focus lost.