INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: flac.rules on December 30, 2014, 03:45:32 pm

Title: Coloring fields?
Post by: flac.rules on December 30, 2014, 03:45:32 pm
I have taken a look at the "new" R128 volume leveling (which is a great feature by the way). I was thinking it would be nice to colour the font in the DR-field according to value (for instance red for below 8, 9-12 as yellow and 13+ as green), is something like this  possible?
Title: Re: Coloring fields?
Post by: Matt on December 30, 2014, 03:50:59 pm
You could build an expression.  It's going to be complicated.

To start:
If(IsEqual([Comment], Test), <font color="ffffff">a<//font>, b)

This makes the color white and the text "a" if the comment is test.
Title: Re: Coloring fields?
Post by: dtc on December 30, 2014, 04:19:01 pm
An ifelse expression will help. The expression will be long but relatively straightforward.