Search found 81 matches

by Antieve
24 Jul 2025 19:46
Forum: Wishes
Topic: Separator
Replies: 10
Views: 2819

Re: Separator

admin wrote: 24 Jul 2025 19:14 In the next beta you can set ToolbarSepFac to a negative value to suppress drawing the separator.
Thx! We look forward to it!
by Antieve
20 Jul 2025 10:29
Forum: Wishes
Topic: Separator
Replies: 10
Views: 2819

Re: Separator

you can put text: in the name field
But how to make the button inactive in this case?
To avoid this on mouse hover
XYplorer_wx4ogPge7V.png
XYplorer_wx4ogPge7V.png (1.26 KiB) Viewed 1750 times

PS
In general, it would be nice to have a "Padding" button (transparent separator) in addition to the "Separator" button.
by Antieve
19 Jul 2025 07:16
Forum: Bug Reports
Topic: SVG Preview x64
Replies: 10
Views: 1870

Re: SVG Preview x64

A little off-topic, but it would be nice to have a preview SVG files in XY file explorer.
Now for this I have to install SvgSee.
by Antieve
15 Jul 2025 13:25
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1161

Re: Color filter rule for inaccessible folders

jupe wrote: 15 Jul 2025 10:36 I see the issue, you shouldn’t have the colors at the end of the definition, remove them and set via btns instead or add it via list mgmt instead.
You are right, thx!
B:prop:#empty:X
+ manual color set works just fine!

highend, thx!
by Antieve
15 Jul 2025 09:50
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1161

Re: Color filter rule for inaccessible folders

Did you add it to the bottom of your color filters?, make sure it is at the top of the list. Yes. It's at the top. 1.png What happens if you disable color filters completely and then run this script colorfilter("B:prop d:#empty:X>FFFFFF,FF0000"); In this case the result looks like the one...
by Antieve
14 Jul 2025 19:06
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1161

Re: Color filter rule for inaccessible folders

It should also highlight e.g.: PerfLogs Recovery On my system I have access to these folders. That's why I mentioned "System Volume Information" as a bulletproof option. XYplorer_8zLHt9MYUb.png This is how proposed rule looks like. To check, the required rule I've also change the icon and...
by Antieve
14 Jul 2025 17:45
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1161

Re: Color filter rule for inaccessible folders

highend wrote: 14 Jul 2025 16:51 Something like this should work: B:prop:#empty:X>FFFFFF,FF0000
Unfortunately no.
The rule is easy to check, for example, in the root of the disk it should highlight only the "System Volume Information" folder (by default).
by Antieve
14 Jul 2025 16:24
Forum: Tips & Tricks, Questions & Answers
Topic: Color filter rule for inaccessible folders
Replies: 8
Views: 1161

Color filter rule for inaccessible folders

Tell me the equivalent of the "Custom file icons" rule for "Color filter"

*\ /x>Folder.red.ico //matches all inaccessible folders

Instead of changing the icon, I just want to change the color of the name text, but I couldn't find an analog of the rule.
by Antieve
14 Jul 2025 16:02
Forum: Bug Reports
Topic: XYplorer x64 does not copy, move, or backup.
Replies: 58
Views: 17780

Re: XYplorer x64 27.90.0002 beta

Context menu nexpected behavior
1. "Copy" and "Paste" menu types are not the same
2. "Paste" operation just don't work

Image
by Antieve
17 Mar 2024 18:54
Forum: Bug Reports
Topic: Right click slow/delay
Replies: 28
Views: 3276

Re: Right click slow/delay

Many swords have been broken about the context menu of the XYPlorer :) If you are using the 7zip archiver, make sure you are using the latest version. In 2022, I found a critical (for this case) bug in the 7zip program that significantly slows down the context menu on all versions of Windows OS. Her...
by Antieve
15 Nov 2022 17:18
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 24731

Re: A few clarifications on the new version

Had some time, wrote a note :) CURRENT IMPLEMENTATION As for the memory leak , the reason is this cycle: Loop { SHParseDisplayName(pidl) ; <-- MAIN REASON: each call creates a new instance of ITEMIDLIST, and only the last remaining instance in the 'pidl' variable is freed SHBindToParent(pIShellFolde...
by Antieve
10 Nov 2022 11:54
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 24731

Re: A few clarifications on the new version

admin wrote: 10 Nov 2022 07:02 In the theoretical case that XY goes down (which of course never happens in reality), the XY64ctxmenu process closes itself.
There is a proper way to do this.
Another reason to start XY64ctxmenu at once together with XYplorer ;)
by Antieve
08 Nov 2022 18:52
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 24731

Re: A few clarifications on the new version

It's been a long time since I looked at the source code and I must admit that XY64ctxmenu code is much cleaner now.

But with window messages I'm not quite clear, what is the algorithm of communication between processes?
Why do you need to "ping" a window?
by Antieve
08 Nov 2022 03:22
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 24731

Re: A few clarifications on the new version

I don't see that here. Which Windows version is that? I have Windows 10 but this behavior should not depend on the OS version. To see the first problem , simply run any window message monitor and select the XY64ctxmenu window with the "AutoHotkey" class. The screenshot from the previous p...
by Antieve
16 Oct 2022 21:10
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 24731

Re: A few clarifications on the new version

Hi It's been almost half a year since we talked and I would love to upgrade to a new version of the XY, but I can't because Something goes wrong with realization because: XYCtx window spamed with WM_TIMER messages all the time XYCtx have a memory leak I can understand the reason why you did not make...