Page 1 of 1

Repeat question rephrased

Posted: 16 May 2018 13:26
by aurumdigitus
Is there a method to apply filters to the Tree analogous to the way the colors of Labels show up?

Re: Repeat question rephrased

Posted: 16 May 2018 13:39
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.

Re: Repeat question rephrased

Posted: 16 May 2018 13:40
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

Re: Repeat question rephrased

Posted: 16 May 2018 15:00
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 :?:

Re: Repeat question rephrased

Posted: 16 May 2018 15:07
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)