Index > Scribe > "Any Colour" Item Filter only recognizes pre-defined colours | |
---|---|
Author/Date | "Any Colour" Item Filter only recognizes pre-defined colours |
Scott 27/11/2022 11:58pm | The "Any Colour" Item Filter does not identify messages with a colour set in a script to a non-pre-defined colour.
Setting a colour to 0 in a script actually sets the colour to None rather than Black. I've set some messages to 1 (close to Black) and they don't appear with the Any colour Item Filter. How does one set the colour to Black in a script. |
fret 28/11/2022 11:47am | Technically the colour on the mail object is a 32bit ARGB (aarrggbb in hex). So setting it to black would be 0xff000000.
Also I've had to fix the filter to recognize "any" as a separate thing from "any of these specific colours". Which is what it did before. |
Reply | |