After emptying the recycle bin within XY the screen did not refresh until I click off of the recycle bin then back onto the recycle bin.
JGM
Recycle Bin Refresh
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recycle Bin Refresh
So you were positioned in the recycle bin (in tree and list I assume) and then used which exact command to empty it?
FAQ | XY News RSS | XY X
Re: Recycle Bin Refresh
Please see the attachment
- Attachments
-
- RecycleBin.jpg (236.8 KiB) Viewed 1888 times
Re: Recycle Bin Refresh
Yes, I have this sometimes too. I have the recycle bin open in a tab in bottom pane, while I'm working in the upper pane. When I then use the tree on the left side to empty the recycle bin, the tab in the bottom pane did not get refreshed (updated).
I think this is just because xy does not update every tab every millisecond. BUT this does not only affect the recycle bin! If you're working with several tabs then they have a "delay" sometimes before you see the changes. Especially when the folders contents are modified be external apps or through a script.
For me I've added a refresh (#1001) to my scripts. In your case just press F5. I would not call this a bug.
I think this is just because xy does not update every tab every millisecond. BUT this does not only affect the recycle bin! If you're working with several tabs then they have a "delay" sometimes before you see the changes. Especially when the folders contents are modified be external apps or through a script.
For me I've added a refresh (#1001) to my scripts. In your case just press F5. I would not call this a bug.
In special cases you may contact me on Discord: http://bit.ly/dsDisco
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recycle Bin Refresh
It works perfectly here (Win 8.1 -- in both panes) so once again MS changed the notifications. I never-ending PITA.
So, let's see. You can log the events that are causing an auto-refresh in XYplorer.
1. Switch on the logger and make it send the output to debuglog. Paste this into the address bar and press ENTER:
2. Empty the Recycle Bin.
3. Show the debuglog. Paste this into the address bar and press ENTER:
I might be able to solve the mystery if I see the logged events...
So, let's see. You can log the events that are causing an auto-refresh in XYplorer.
1. Switch on the logger and make it send the output to debuglog. Paste this into the address bar and press ENTER:
Code: Select all
::logchange 5;3. Show the debuglog. Paste this into the address bar and press ENTER:
Code: Select all
::text get("debuglog");FAQ | XY News RSS | XY X
Re: Recycle Bin Refresh
I performed the steps and the recycle bin refreshed on it's own.
Here is the log anyways...JGM
15:19:30.861 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t\tab_1.ini | tab_1 > |
15:19:30.861 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t | t > |
15:19:30.923 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t | t > |
15:19:30.923 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1 | 1 > |
15:19:30.986 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1 | 1 > |
15:19:30.986 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\2 | 2 > |
15:19:31.048 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S | $R18AB8S > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S | $R18AB8S > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RAA17CD.jpg | $RAA17CD > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$REEKQET.jpg | $REEKQET > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$REEKQET.jpg | $REEKQET > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RFBUJQ2\New.txt | New > |
15:19:31.111 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RFBUJQ2\New | New > |
15:19:31.455 >> ShellNotify: SHCNE_UPDATEDIR: C:\Users\JGM\Desktop | Desktop > |
15:19:31.923 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G\catalog.dat | catalog.dat > |
15:19:31.923 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G | $RS1YB7G > |
15:19:32.002 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G | $RS1YB7G > |
15:19:32.002 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RWHWP3W.ini | $RWHWP3W > |
Here is the log anyways...JGM
15:19:30.861 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t\tab_1.ini | tab_1 > |
15:19:30.861 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t | t > |
15:19:30.923 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1\t | t > |
15:19:30.923 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1 | 1 > |
15:19:30.986 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\1 | 1 > |
15:19:30.986 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S\2 | 2 > |
15:19:31.048 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S | $R18AB8S > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$R18AB8S | $R18AB8S > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RAA17CD.jpg | $RAA17CD > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$REEKQET.jpg | $REEKQET > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$REEKQET.jpg | $REEKQET > |
15:19:31.111 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RFBUJQ2\New.txt | New > |
15:19:31.111 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RFBUJQ2\New | New > |
15:19:31.455 >> ShellNotify: SHCNE_UPDATEDIR: C:\Users\JGM\Desktop | Desktop > |
15:19:31.923 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G\catalog.dat | catalog.dat > |
15:19:31.923 >> ShellNotify: SHCNE_RMDIR: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G | $RS1YB7G > |
15:19:32.002 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RS1YB7G | $RS1YB7G > |
15:19:32.002 >> ShellNotify: SHCNE_DELETE: C:\$Recycle.Bin\S-1-5-21-771917538-2018656331-518214279-1001\$RWHWP3W.ini | $RWHWP3W > |
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Recycle Bin Refresh
Log looks okay (and like here in Win8.1), hence it all worked as it should. I would need the log when it does not work to find out what could have been the problem.
FAQ | XY News RSS | XY X
XYplorer Beta Club