Search found 577 matches

by Zardoz2293
14 Nov 2022 16:04
Forum: Tips & Tricks, Questions & Answers
Topic: Tree View (Auto-optimize and Expand destination node)
Replies: 3
Views: 398

Tree View (Auto-optimize and Expand destination node)

I'm confused :veryconfused: regarding the functionality of Configuration > Tree and List > Tree > Auto-optimize tree ( enabled ) as to exactly what it does on it's own. It seems to me that it's functionality is dependent on other settings. Specifically, if Configuration > Tree and List > Tree > Expa...
by Zardoz2293
18 Oct 2022 00:29
Forum: Bug Reports
Topic: Visual Filter / Live Filter Box with NOT ! with & as filter
Replies: 4
Views: 680

Re: Visual Filter / Live Filter Box with NOT ! with & as filter

mazot wrote: 12 Oct 2022 10:23 have you set Configuration>Filters & Type Ahead Find>Live Filter Box>Enable Extended Pattern Matching
Did the trick. Thanks! :D
by Zardoz2293
11 Oct 2022 23:02
Forum: Bug Reports
Topic: Visual Filter / Live Filter Box with NOT ! with & as filter
Replies: 4
Views: 680

Visual Filter / Live Filter Box with NOT ! with & as filter

Specifically in the Live Filter Box seeking to return only files which contain "&" ampersand. LFB>> & Returns the correct set. HOWEVER, using NOT or ! returns a null set when it should be everything except having an ampersand. LFB>> !& = null set, which would be incorrect as th...
by Zardoz2293
10 Oct 2022 20:45
Forum: Tips & Tricks, Questions & Answers
Topic: Rules-- Selection, Cursor Movement, etc. ?
Replies: 3
Views: 2481

Rules-- Selection, Cursor Movement, etc. ?

Specifically, In regards to renaming a file or folder in XY what is the set of rules utilized (selection, cursor movement, etc.)? Is this defined by XY or are these rules inherited by some Windows system API, and if so, what is the base API. The reason why I'm asking is, insofar, as I use XY, I find...
by Zardoz2293
07 Oct 2022 16:51
Forum: Script Exchange
Topic: Assign Built-In Function ID Return Value to Variable?
Replies: 4
Views: 731

Re: Assign Built-In Function ID Return Value to Variable?

Thank you all for your feedback. Actually, what I was looking to do was override the value pushed into the clipboard, so the effective functionality of the built-in results for function id #101 would be modified. In my specific case I "always" want my paths if ending in a folder name to ha...
by Zardoz2293
07 Oct 2022 07:18
Forum: Script Exchange
Topic: Assign Built-In Function ID Return Value to Variable?
Replies: 4
Views: 731

Assign Built-In Function ID Return Value to Variable?

Is there a way to capture the return value of a built-in function id and assign to a variable?

i.e., Function ID = #101

Thanks!
by Zardoz2293
02 Oct 2022 21:20
Forum: Bug Reports
Topic: Crash on Move
Replies: 30
Views: 5459

Re: Crash on Move

The first occurrence of XY having the abnormal termination Application Errors in the EventLog are for XY version 23.40.0.1 (for me). Always, same module and same Exception code: 0xc000041d [OR] 0xc0000005 It doesn't appear to have abnormal termination Application Errors with v23.00.0313 (2022-05-23)...
by Zardoz2293
02 Oct 2022 20:23
Forum: Bug Reports
Topic: Crash on Move
Replies: 30
Views: 5459

Re: Crash on Move

admin wrote: 02 Oct 2022 11:51 What's your PDF preview handler?

Code: Select all

text get("previewhandler", "pdf");
GUID: {9B68BDF7-95F9-4A1F-851C-27D822F8E3E9}
DefaultName: PDF-XChange Preview Handler
DisplayName: PDF-XChange Preview Handler
by Zardoz2293
02 Oct 2022 11:46
Forum: Bug Reports
Topic: Crash on Move
Replies: 30
Views: 5459

Re: Crash on Move

Preview Pane is always displayed. It appears to happen only when working with PDF files. Perhaps 20+ times per day crashes (XY just goes away without warning, no messages or warning) -- only eventlog. Appears in my case to happen 98+ percent of the time when working on one of the PDF files in the XY...
by Zardoz2293
26 Sep 2022 23:56
Forum: Tips & Tricks, Questions & Answers
Topic: Color Filters using & at ending (name:)
Replies: 0
Views: 3132

Color Filters using & at ending (name:)

I am not seeing a restriction on using the "&" (Ampersand) in a color filter in XY help documentation. Example: name: "*&" (apply some color attribute to filename) == doesn't work. I would expect to have only files which END with an (&) Ampersand to have the color fil...
by Zardoz2293
13 Sep 2022 20:34
Forum: Bug Reports
Topic: Color Filter Broken = Refresh
Replies: 6
Views: 445

Re: Color Filter Broken = Refresh

Anomaly still exists with most current build (v23.60.0014 - 2022-09-13) as described using "size:0"

However, "prop:#empty:2" works regardless (any builds in the past couple of months).
by Zardoz2293
13 Sep 2022 20:25
Forum: Bug Reports
Topic: Color Filter Broken = Refresh
Replies: 6
Views: 445

Re: Color Filter Broken = Refresh

I haven't tested your bug report, but you should probably use this filter instead: prop:#empty:2 anyway. I'll give that a try. HOWEVER, as I described my concern regarding the behavior (1) it's now not consistent; (2) the "size:0" worked for many years (not claiming this is the ideal). Wi...
by Zardoz2293
13 Sep 2022 20:22
Forum: Bug Reports
Topic: Color Filter Broken = Refresh
Replies: 6
Views: 445

Re: Color Filter Broken = Refresh

admin wrote: 13 Sep 2022 10:39 Untick this: Configuration | General | Tree and List | Show cached folder sizes only
Was already unticked.
27001515.png
27001515.png (18.6 KiB) Viewed 402 times
by Zardoz2293
12 Sep 2022 23:55
Forum: Bug Reports
Topic: Color Filter Broken = Refresh
Replies: 6
Views: 445

Color Filter Broken = Refresh

Currently tested and exists in v23.60.0012 - 2022-09-12 --- Entry into folder, refresh or F5 on a folder containing folder(s) which is/are empty and having a color filter of "size:0" will NOT update the colors correctly. Only works if you edit the color filter an apply it (effectively maki...
by Zardoz2293
26 Aug 2022 07:29
Forum: Bug Reports
Topic: Color Filter Broken 23.50.0100
Replies: 4
Views: 313

Re: Color Filter Broken 23.50.0100

admin wrote: 23 Aug 2022 17:55Try v23.50.0103.
Working perfectly (tested v23.50.0205)

THANK YOU! :)