Explorer windows bar not showing
Explorer windows bar not showing
Hi, booting filebot and making a transfer/rename action no problem for first time.....keep filebot opened and try a 2nd operation makes windows explorer progress bar dont show up....Filebot is busy doing the operation but no visual reference of the transfer progress
Re: Explorer windows bar not showing
You can disable Windows integration. Maybe that'll work better for you if the Windows Move / Copy dialog is giving you trouble for one reason or another:
➔ Advanced Settings / Developer Options / System Properties › User Interface Options
Shell: Select all
filebot -script fn:properties --def useNativeShell=false
Re: Explorer windows bar not showing
code applied...nothing is changed...
first time using filebot it works flawlessly
second time trying to rename....only the blue circles is shown but no transfer window or progress bar is shown
After restarting filebot...now its using its own progress bar....but appears frozen or empty all time...no progress....just copying 1 file....and close when done
first time using filebot it works flawlessly
second time trying to rename....only the blue circles is shown but no transfer window or progress bar is shown
After restarting filebot...now its using its own progress bar....but appears frozen or empty all time...no progress....just copying 1 file....and close when done
Re: Explorer windows bar not showing



Re: Explorer windows bar not showing
i am moving/copying/remaming from my local hdd to a network atttached storage .....as always i did. It was last update only that show me this bug
Re: Explorer windows bar not showing

first use...ok
next time only blue circle icon spinning....no transfer bar
Re: Explorer windows bar not showing


EDIT:

Re: Explorer windows bar not showing
I was eventually able to reproduce the issue on my Windows 11 device as well. Maybe it was a matter of getting the very latest updates. I was able to make it work by reviewing the code and doing things slightly differently. We might need to expedite the roadmap to the next release since this is kinda important.
You can do tests with the latest beta:
https://get.filebot.net/filebot/BETA/
The portable uses useNativeShell=false by default File Explorer integration has to be explicitly enabled:
EDIT:
FileBot r10605 does not fix the issue. The dialog works only works once, and then never pops up again, even though the move / copy operations are performed correctly.
This issue has been independently reported since it affects all programs that use the IFileOperation interface:
* https://developercommunity.visualstudio ... e/10918870
* https://learn.microsoft.com/en-us/answe ... ndows-11-u

https://get.filebot.net/filebot/BETA/

Properties: Select all
useNativeShell=true
EDIT:


* https://developercommunity.visualstudio ... e/10918870
* https://learn.microsoft.com/en-us/answe ... ndows-11-u