Search found 72 matches

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

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: 17759

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: 17759

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: 17759

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: 17759

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: 17759

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...
by Antieve
20 May 2022 09:21
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

if you click on them
Good to know, thx!
If you do not need absolute precision, it is also a convenient way.

In fact, I suggested this improvement only because it is easy to implement, It is clear that this is not critical at all :) :beer:
by Antieve
20 May 2022 07:59
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

RalphM wrote: 20 May 2022 04:11Time stamping can easily be achieved with CFA's or from the properties info panel.
to have native commands
But if the script can permanently add these commands to the regular menu, then I agree.
Not sure what did you mean about "properties info panel".
by Antieve
20 May 2022 03:06
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

:info:
  
In addition to "Set modified date to current",
         
it would be cool to have native commands like "copy modified date" and "paste modified date"
by Antieve
17 May 2022 16:38
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

I vaguely remember that it was removed because people did not like it. It's a bit counterintuitive, because if you checked the "Select last used subfolder" checkbox in the settings, you would expect this behavior for any navigation method and it is unlikely that people could complain abou...
by Antieve
17 May 2022 16:03
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

admin wrote: 17 May 2022 15:46 older versions... went back till 22.60 and did not find this to be the case. Maybe just wishful memory?
I upgraded from version 18.70 (to 23.00) and am comparing with it :biggrin:
by Antieve
17 May 2022 15:28
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

One more thing. In older versions, when you return to the parent folder by clicking on its name in the address bar (breadcrumbs), this directory remained highlighted and was in the visible part of the list. In the new version, this behavior can only be achieved by clicking the "🠕 Up" butto...
by Antieve
15 May 2022 18:49
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

admin wrote: 15 May 2022 18:42Can't you attach it here within the forum?
Done. Using hostings is just a habit :kidding:
by Antieve
15 May 2022 18:33
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

Because 16 is a very low value and most systems can have much larger values without getting problems. If you need it for some reason, you can change this value on your system, but in the context of the problem it does not solve anything. will only work on those 16 items I understand that it is prob...
by Antieve
15 May 2022 15:32
Forum: Tips & Tricks, Questions & Answers
Topic: A few clarifications on the new version
Replies: 87
Views: 17759

Re: A few clarifications on the new version

admin wrote: 15 May 2022 10:24Sounds fascinating, but then the shell extensions in the ctx menu (e.g. WinRAR's "Add to archive...") will only work on those 16 items.
Try to read it one more time ;)
There is a registry key to increase that number.
Yes, but why? :)