INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Coloring fields?  (Read 959 times)

flac.rules

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1260
Coloring fields?
« 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?
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42010
  • Shoes gone again!
Re: Coloring fields?
« Reply #1 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.
Logged
Matt Ashland, JRiver Media Center

dtc

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3023
Re: Coloring fields?
« Reply #2 on: December 30, 2014, 04:19:01 pm »

An ifelse expression will help. The expression will be long but relatively straightforward.
Logged
Pages: [1]   Go Up