Panes not refreshed when using TeraCopy

Things you’d like to miss in the future...
Forum rules
:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:

:info: Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).

:info: We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.

:info: When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".

:warnred20: :warnred20: :warnred20: :warnred20: :warnred20: READ THIS AND DO IT!!! :warnred20: :warnred20: :warnred20: :warnred20: :warnred20:
Post Reply
selukwe
Posts: 168
Joined: 02 Apr 2012 14:10
Location: Windows 11 Pro 25H2, Screen scaling: 100%, latest XYplorer version (x64), updated daily.

Panes not refreshed when using TeraCopy

Post by selukwe »

When copying or moving files to the other pane using TeraCopy with the delivered script, I often find that panes are not refreshed on finishing, even though I have automatic refresh set. Is there some "refresh" script line that I could add at the end of this script so that such operations would be always force-refreshed?

elqasar2
Posts: 255
Joined: 27 Oct 2017 14:04
Location: Win 11, 100% scaling, v27.20.0700

Re: Panes not refreshed when using TeraCopy

Post by elqasar2 »

Auto-refresh in recent versions is rubbish. I tried reporting a refresh problem more than a week ago, but it didn't even get any reply.

viewtopic.php?f=2&t=25241

Now I'm using 23.70.0200 and auto-refresh is still rubbish. Even on a different computer to that report, I'm still seeing OneDrive overlays not getting updated, and other various other file operations not getting updated in the List.

In the meantime, what am I having to do? F5, F5, F5, F5. Every time. F5.

Look back through the forums. Auto-refresh -- it's an XYplorer weakness.

Norn
Posts: 508
Joined: 24 Oct 2021 16:10

Re: Panes not refreshed when using TeraCopy

Post by Norn »

Not here, using FastCopy.
FastCopy|D:\Tools\FastCopy\FastCopy.exe|/auto_close|Copy
Windows 11 24H2 @100% 2560x1440

Delphine
Posts: 58
Joined: 24 Jun 2019 18:37

Re: Panes not refreshed when using TeraCopy

Post by Delphine »

elqasar2 wrote: 05 Oct 2022 00:53 In the meantime, what am I having to do? F5, F5, F5, F5. Every time. F5.
Same problem with my new HP laptop. Solved by pressing Fn + F5 instead of F5 (due to his particular keyboard, I think)
But no problem on my good old desktop.

Hope it will help ....
W11, 28.20, 100%

admin
Site Admin
Posts: 66619
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Panes not refreshed when using TeraCopy

Post by admin »

This script line will log all change notifications to the debug log:

Code: Select all

logchange 5;
You check the debug log by this line:

Code: Select all

dlog;

Post Reply