Refresh icon overlays
Forum rules
READ THIS AND DO IT!!!
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%).
We 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.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
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%).
Refresh icon overlays
Hi
I use TortoiseSVN and I have a problem with icon overlay.
With TortoiseSVN, when a file changes, the icon also changes (from a green check to a red exclamation mark).
In Windows Explorer, it is OK. But the new icon is not automatically refreshed in XY:
- overlay is never refreshed in tree list, I need to "Refresh Current Folder" to be OK
- sometimes (according to the actions in TSVN) overlay disapears in file list, I need to "Refresh File List" to be OK
(Auto-Refresh is activated in my XY configuration).
I have the same problem with another application using icon overlay : NTFS Link.
It is not really a bug but maybe a desire for improvement ;o)
JML.
I use TortoiseSVN and I have a problem with icon overlay.
With TortoiseSVN, when a file changes, the icon also changes (from a green check to a red exclamation mark).
In Windows Explorer, it is OK. But the new icon is not automatically refreshed in XY:
- overlay is never refreshed in tree list, I need to "Refresh Current Folder" to be OK
- sometimes (according to the actions in TSVN) overlay disapears in file list, I need to "Refresh File List" to be OK
(Auto-Refresh is activated in my XY configuration).
I have the same problem with another application using icon overlay : NTFS Link.
It is not really a bug but maybe a desire for improvement ;o)
JML.
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
Ah, this is the time to introduce a scripting command that's only meant for debugging: logchange.
Run this script
::logchange 1
and then do any of your icon-changing actions.
Do you get a message box?
I just saw there's a bug here: you get many message boxes stacked on each other until you press ESC! This bug will be fixed in the next version.
Run this script
::logchange 1
and then do any of your icon-changing actions.
Do you get a message box?
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
Yes I have a message box :
- when I update a file, I see 49 message boxes "Change detected 28 (1C)".
- when I cancel the changes in the same file, I see 49 messages boxes "Change detected 16 (10)".
With these 2 actions, the file list is correctly refreshed but the tree list is not refreshed.
- when I update a file, I see 49 message boxes "Change detected 28 (1C)".
- when I cancel the changes in the same file, I see 49 messages boxes "Change detected 16 (10)".
With these 2 actions, the file list is correctly refreshed but the tree list is not refreshed.
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
So the list is refreshed correctly?JML13 wrote:Yes I have a message box :
- when I update a file, I see 49 message boxes "Change detected 28 (1C)".
- when I cancel the changes in the same file, I see 49 messages boxes "Change detected 16 (10)".
With these 2 actions, the file list is correctly refreshed but the tree list is not refreshed.
And when you say tree, you mean the current tree folder icon, right?
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
I have performed some addition tests.
Here are the screenshots in order to be clearer
I have a folder C:\TEMP\Test3 managed by TortoiseSVN. And I update a file (20071119.txt) with text editor.
If I am located in C:\TEMP, I can see before updating :

And after updating (autorefreshed by Windows Explorer) :

If I am located in C:\TEMP\Test3, I can see before updating :

And after updating (autorefreshed by Windows Explorer) :

The tree and the file list are correctly refreshed.
Now with XYplorer, if I am located in C:\TEMP, I can see before and after updating :

XYplorer does not refresh the tree and the list. There is no message box.
Then I go into Test3 folder, I can see :

Test3 icon in tree is not in accordance with its content
Now with XYplorer, if I am located in C:\TEMP\Test3, I can see before updating :

And after updating :

There is a message box "change Detected 28 (1C)", the list is refreshed but not the tree.
Then I go into C:\TEMP folder, I can see :

If I "Refresh Current folder" (in View menu), I can see (all is correctly refreshed) :

Here are the screenshots in order to be clearer
I have a folder C:\TEMP\Test3 managed by TortoiseSVN. And I update a file (20071119.txt) with text editor.
If I am located in C:\TEMP, I can see before updating :

And after updating (autorefreshed by Windows Explorer) :

If I am located in C:\TEMP\Test3, I can see before updating :

And after updating (autorefreshed by Windows Explorer) :

The tree and the file list are correctly refreshed.
Now with XYplorer, if I am located in C:\TEMP, I can see before and after updating :

XYplorer does not refresh the tree and the list. There is no message box.
Then I go into Test3 folder, I can see :

Test3 icon in tree is not in accordance with its content
Now with XYplorer, if I am located in C:\TEMP\Test3, I can see before updating :

And after updating :

There is a message box "change Detected 28 (1C)", the list is refreshed but not the tree.
Then I go into C:\TEMP folder, I can see :

If I "Refresh Current folder" (in View menu), I can see (all is correctly refreshed) :

-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
I see very clear now.JML13 wrote:I have performed some addition tests.
Here are the screenshots in order to be clearer![]()
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
Okay, should be fixed in the next beta version.admin wrote:I see very clear now.JML13 wrote:I have performed some addition tests.
Here are the screenshots in order to be clearer![]()
I had to write special code for icon overlay auto-refresh. If "Show Icon Overlays" is ON then:
(1) Whenever the current list is auto-refreshed, the current tree node is too.
(2) The watch is deep: also all subfolders of the current folder are watched for changes.
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
Thanks but... it does not seem to work for me with 7.60.0010 
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
Both parts don't work?JML13 wrote:Thanks but... it does not seem to work for me with 7.60.0010
1/ Update Tree icon
2/ Update list when item in subfolder of current folder changes
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
None of themadmin wrote:Both parts don't work?
1/ Update Tree icon
2/ Update list when item in subfolder of current folder changes
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
Okay, next version might run a little better.JML13 wrote:None of themadmin wrote:Both parts don't work?
1/ Update Tree icon
2/ Update list when item in subfolder of current folder changes
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
Better but not perfect.admin wrote:Okay, next version might run a little better.
When I update a file located in the folder I browse, the tree and the list are correctly updated.
When I update a file located in another folder than the folder I browse, the tree and the list are not updated.
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
Please use ::logchange 1; again and tell me about the message (if any).JML13 wrote:When I update a file located in another folder than the folder I browse, the tree and the list are not updated.
Is this a subfolder of the current folder? Else it will not work.
FAQ | XY News RSS | XY X
Re: Refresh icon overlays
Message ==> Change Detected 28 (1C)admin wrote:Please use ::logchange 1; again and tell me about the message (if any).
Yes, in a subfolder.admin wrote:Is this a subfolder of the current folder? Else it will not work.
Other things :
- when I rename (using File/Rename) a file managed by SVN, the tree and the list are not updated (and there is no popup message)
- when I rename (using TortoiseSVN feature) a file managed by SVN, the tree is not updated, the icon overlay disapears in the list and there is a popup message (Change Detected 29 (1D))
- when I commit the changes using TSVN, icon overlay disapears...
Here is documentation bout icon overlay for TSVN : http://tortoisesvn.net/docs/release/Tor ... gs-overlay
-
admin
- Site Admin
- Posts: 65258
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Refresh icon overlays
I will have to test this myself. I deleted my TSVN test installation long ago. Could you please give a minimal step-by-step way to set up a test folder/subfolders with icon overlays?JML13 wrote:Message ==> Change Detected 28 (1C)admin wrote:Please use ::logchange 1; again and tell me about the message (if any).
Yes, in a subfolder.admin wrote:Is this a subfolder of the current folder? Else it will not work.
Other things :
- when I rename (using File/Rename) a file managed by SVN, the tree and the list are not updated (and there is no popup message)
- when I rename (using TortoiseSVN feature) a file managed by SVN, the tree is not updated, the icon overlay disapears in the list and there is a popup message (Change Detected 29 (1D))
- when I commit the changes using TSVN, icon overlay disapears...
Here is documentation bout icon overlay for TSVN : http://tortoisesvn.net/docs/release/Tor ... gs-overlay
FAQ | XY News RSS | XY X
XYplorer Beta Club