Custom Colours, Rules List

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

mjbrookes
Bronze Member
Bronze Member
Posts: 124
Joined: 2007 Sep 19, 11:24

Custom Colours, Rules List

Post by mjbrookes »

Is there a way to display a list of the Custom Colours showing their names & properties all on one page.
I find it difficult to compare and manage rules when I have to select each one's properties separately.

Alternatively, is there a way to export the filter's properties to a text file?
(so that I could load it into excel and study all the rules together)

Thanks
Kilmatead
Platinum Member
Platinum Member
Posts: 4879
Joined: 2008 Sep 30, 06:52
Location: Baile Átha Cliath

Re: Custom Colours, Rules List

Post by Kilmatead »

The answers are "No", and "No". :shrug:

The colour coding rules are stored as binary information given that there are too many user-permutations to map out (such as boolean custom-rules for column-properties, etc). Generally they aren't managed as a bunch anyway - the important thing to remember is that they are executed on a "first-come-first-served" order... in other words, x2 starts at the first rule and compares it to the object in question; if it matches, it's applied, and x2 goes on to the next object, NOT the next rule. The following rules are only considered if the previous ones did not match, they do not "stack".

Thus, rule-order is the main managing activity one is likely to use. (You can, of course, request an option for this, but considering no one else has ever seen a need for it, it's unlikely to see the light of day. If one knew how to decipher the binary settings, one could probably write a script for it... but...)
User avatar
nikos
Site Admin
Site Admin
Posts: 16402
Joined: 2002 Feb 07, 15:57
Location: UK

Re: Custom Colours, Rules List

Post by nikos »

color rules have a "description" field (the name if you will) that you control. So you can put in a summary of what each rule is doing
mjbrookes
Bronze Member
Bronze Member
Posts: 124
Joined: 2007 Sep 19, 11:24

Re: Custom Colours, Rules List

Post by mjbrookes »

Kilmatead wrote:The answers are "No", and "No". :shrug:
Thanks for the unequivocal answer
now I do not need to continue hunting through menus, manuals and forums to find something that does not exist :)
(as of version 3.2.0.2)
as always, your more detailed explanations are also appreciated

regards
Mark
Last edited by mjbrookes on 2016 May 13, 12:37, edited 1 time in total.
mjbrookes
Bronze Member
Bronze Member
Posts: 124
Joined: 2007 Sep 19, 11:24

Re: Custom Colours, Rules List

Post by mjbrookes »

nikos wrote:color rules have a "description" field (the name if you will) that you control. So you can put in a summary of what each rule is doing
True ... I have the messy habit of putting as much of the filter's parameters into the description field as I can fit :wink:

regards