Repeat question rephrased

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Repeat question rephrased

Post by aurumdigitus »

Is there a method to apply filters to the Tree analogous to the way the colors of Labels show up?

jupe
Posts: 2798
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Repeat question rephrased

Post by jupe »

it might not be exactly what you are talking about but you can use a command like this:

Code: Select all

box "00FFFF";
to color a folder.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Repeat question rephrased

Post by highend »

Sure...

Color filters have a scope, so e.g. an instant color filter that gives a folder named "Images" in the tree a greenish color would be:

Code: Select all

"Tree - Images folder" T:dir: images>FFFFFF,70B926
One of my scripts helped you out? Please donate via Paypal

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Repeat question rephrased

Post by aurumdigitus »

A sincere thanks to those knowledgeable folks that took time to reply!

The "rephrase" was poorly executed by using that color example. To shuck it down to the cob (to employ an old country expression) can Visual Filters be applied to the Tree :?:

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Repeat question rephrased

Post by highend »

No, visual filters apply to lists in panes, not to the tree.

That doesn't necessarily mean that it would be impossible to filter the tree, but this would only work with a mini tree... (and ofc requires scripting)
One of my scripts helped you out? Please donate via Paypal

Post Reply