x33166 wrote: ↑09 Nov 2020, 00:47
Whoever thought it was a good idea to change to process of selecting files/folders needs to use the program for more than 3 seconds. Used to be able to select multiple folders/files mix. Now either or and only one folder at a time. Takes way too long now. Plus when you go to select a new folder it reverts to the previous so you first have to back out of that folder to select another ONE FOLDER! Ridiculously inefficient.
Most users prefer to
use drag-n-drop for efficient file and folder selection, but you can also manually configure the FileChooser implementation if you prefer one over another:
viewtopic.php?p=52306#p52306

If you force the Java Swing JFileChooser implementation then you may also need to force the System theme.

The default FileChooser implementation has indeed changed to the Windows FileDialog instead of the Java Swing JFileChooser because the latter doesn't work well in Dark Mode.

The Windows FolderDialog will remember the folder that you have selected, which isn't necessarily the folder you're currently in. We can't remember the latter because FileBot code is not aware of anything that happens in Windows code.
EDIT:
FileBot r8135 will now restore the parent folder of the selected folder. MultiFolder selection is unfortunately not possible with the Windows FolderDialog due to Windows limitations.
x33166 wrote: ↑09 Nov 2020, 00:47
On top of that once FileBot is done renaming files it forces the FileBot window over the top of all other windows. Forcing you to click on the window even though there is nothing to do.
I'm not aware of any changes in this regard. I cannot reproduce the behavior on macOS. Perhaps something specific to Windows. We're now using a TaskBar progress indicator. Windows might automatically focus the window in response to background task completing. I'll look into it.
EDIT:
I've tested on Windows 10 and although the Windows task bar starts blinking for attention on background task completion, the window itself is not elevated on top of any other windows. Different versions of Windows may very well behave differently though. What version of Windows are you using?
EDIT 2:
Turns out the change that makes the notification message popup on the correct monitor in multi-monitor setups also makes Windows think that the popup is a dialog thus "asking for attention" now which wasn't the case previously, and "asking for attention" may result in task bar flashing or window being elevated on top, at the discretion of Windows and your system settings.
EDIT 3:
Possibly fixed with FileBot r8136.
You're welcome to upgrade to the latest beta once in a while to make sure everything is still working well for your particular use case and type of usage:
viewtopic.php?t=1609
Understanding your particular type of usage may help us better serve your particular needs:
viewtopic.php?t=10881