Hamzah Al-washali
Hamzah Al-washali
Is there a way to make it work for external applications? using the default associated application with the file type or extension. I think it's a great feature, I have...
I also have the same issue, I have a working nvidia driver with cuda & nvenc, and I can record using ffmpeg just fine, but it doesn't work with the...
I have this problem too, I cannot do anything under administrator account or elevated privileges', only local account can see and read write to the sshd drive, it seems to...
Thanks, I removed the unnecessary files. As for the behavior, it's just a copy paste of (Is not done) ? => Wait until async finishes. It's like thread.join. This is...
Note that it's **not** run on demand. The user only has to wait for the async if it's not yet finished; if it's already finished, the program will work as...
> how many thousand and what sized files before you notice a slow down? On a local drive or on the network?.. > I have a mechanical hard drive, if...
Now I think about it, it's probably better if async is to be run internally inside CFileList. Adding wait() inside the expensive functions instead of in the main dialog. I...
So far I have tested: * Navigating right and left. * deleting an image. * Opening a corrupted image. Of course tested all of them very quickly on startup to...
This fixed my issue that I just had issued in the issues section, thanks!