Help - Search - Members - Calendar
Full Version: Columns UI - Playlist column text colours
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
ModelCitizen
Hello,
I am trying to set the text colour for the playlist window individually in each of my columns (i.e. Artist, Album, Track, Title, Date, Length).

To do this I have tried entering a string into the colour tab window of each column, in the form of
FFFFFF/BBBBBB/AAAAAA/999999/
I also ensure that "Use Colour Custom Spec" tickbox is checked as I assume that this allows me to use a custom colour specification for individual columns and overrides the global settings. However, checking this makes the corresponding columns text background area black (which is not what I want) and I can find no way of changing it. As well as this the colour string above does not seem to set the colours of the text/selected text/background/selected background correctly and results are unpredictable.

I'd be very appreciative of any help. I've been searching the forum and related resources and can find nothing.

BTW. I do not want to add any code I do not have to. All I am interested in the correct text (and possibly selected text/background/selected background) colour string for any one column.

Thanks

MC
Shade[ST]
$set_style(text,TEXT_COLOR_HEX,TEXT_COLOR_SEL_HEX)
$set_style(back,BACK_COLOR_HEX,BACK_COLOR_SEL_HEX,BACK_COLOR_SEL_UNFOCUSED_HEX[optional])
ModelCitizen
QUOTE(Shade[ST)
,Feb 26 2006, 07:11 AM]$set_style(text,TEXT_COLOR_HEX,TEXT_COLOR_SEL_HEX)
$set_style(back,BACK_COLOR_HEX,BACK_COLOR_SEL_HEX,BACK_COLOR_SEL_UNFOCUSED_HEX[optional])
*



Thank very much for your reply Shade[ST]
I have tried the following string with "Use Colour Custom Spec" tickbox checked and still the background colour is black, and none of the hex colour settings seems to affect the colour of the text or background.
I just know there must be something really simple I've missed.
:-(

$set_style(text,AA0000,0000BB)
$set_style(back,FFFF00,FF00FC,00FFFC[optional])

MC
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.