Search found 1122 matches

by yusef88
28 Dec 2022 07:51
Forum: Bug Reports
Topic: calculating folder size
Replies: 18
Views: 1019

Re: calculating folder size

here is my customization for xyplorer
I doubt that one of these settings is responsible for this behavior
------
deleted some codes from script file to narrow the search
by yusef88
28 Dec 2022 07:13
Forum: Bug Reports
Topic: calculating folder size
Replies: 18
Views: 1019

calculating folder size

strange ْxy calculates size of the Windows folder before calculates current folder. I guess it calculates the entire drive because it takes much time
does not happen in a fresh instance
by yusef88
26 Dec 2022 11:43
Forum: Bug Reports
Topic: Error: This action cannot be completed because the other application is busy
Replies: 33
Views: 9848

Re: Error: This action cannot be completed because the other application is busy

ok, i restarted windows and the error is gone
thanks PreviewEarlyFactory=2 solved the problem
by yusef88
26 Dec 2022 10:39
Forum: Bug Reports
Topic: Error: This action cannot be completed because the other application is busy
Replies: 33
Views: 9848

Re: Error: This action cannot be completed because the other application is busy

unfortunately, tweak didn't remove the message.
noted that the message began to appear after uninstall K-Lite Codec Pack Basic
by yusef88
26 Dec 2022 05:56
Forum: Bug Reports
Topic: Error: This action cannot be completed because the other application is busy
Replies: 33
Views: 9848

Re: Error: This action cannot be completed because the other application is busy

when I encounter this message the list has to be in thumbnail view.
I mean a mysterious relation between message and thumbnails.
and the only solution is to kill XY in task manager
by yusef88
23 Dec 2022 10:38
Forum: Tips & Tricks, Questions & Answers
Topic: opened or opens?
Replies: 6
Views: 291

Re: opened or opens?

tooltip tells current status is "open with notepad"
open.png
open.png (2.69 KiB) Viewed 262 times
by yusef88
12 Dec 2022 16:13
Forum: Tips & Tricks, Questions & Answers
Topic: <get dimensions > template custom column doesn't work
Replies: 5
Views: 354

<get dimensions > template custom column doesn't work

<get dimensions "%w% x %h% [%r%]">;
It works for the first time you add as template to custom column then stops working later [after restart xy]
by yusef88
01 Dec 2022 16:04
Forum: Bug Reports
Topic: 'Toggle Active Pane' button doesn't update
Replies: 3
Views: 212

'Toggle Active Pane' button doesn't update

when the two panes are visible, the Toggle Active Pane button does not reflect the active selected pane
by yusef88
30 Nov 2022 14:33
Forum: Tips & Tricks, Questions & Answers
Topic: View | Tab | Filter By Selected Extension(s) -- Still needed?
Replies: 7
Views: 802

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

admin wrote: 22 Sep 2021 17:00 - View | Tab | Filter By Selected Extension(s)
$s=get("SelExt", " | ");filter "$s"

in Portable Openwith Menu

Code: Select all

+|"Filter By Selected Extension(s)|:vfset" *> ::end !<curitem>;$s=get("SelExt", " | ");filter "$s"
by yusef88
26 Nov 2022 06:34
Forum: Tips & Tricks, Questions & Answers
Topic: path contains asterisk
Replies: 3
Views: 283

Re: path contains asterisk

Thanks. can we resolve wildcard * in the filename

Code: Select all

$Absolute_Path = "%AppData%\Mozilla\Firefox\Profiles\*.default-esr\user.js";
 echo $Absolute_Path 
will be useful to readfile and writefile
by yusef88
24 Nov 2022 20:03
Forum: Tips & Tricks, Questions & Answers
Topic: path contains asterisk
Replies: 3
Views: 283

path contains asterisk

which option that makes the address bar accept path contains asterisk? <xypath>\*meXY.txt
and why we can't use it with some commands
goto "<xypath>\*meXY.txt" works
e readfile("<xypath>\*meXY.txt"); does not work
by yusef88
23 Nov 2022 08:53
Forum: Wishes
Topic: Built-In Tweak Editor
Replies: 30
Views: 2666

Re: Built-In Tweak Editor

editconf , "Tweak:"; maybe you can increase functionality of this command to handle tweaks