Shoutbox

[Help] Infobar font color - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: [Help] Infobar font color (/showthread.php?tid=87183)

[Help] Infobar font color by DennisMartijn on 11-09-2008 at 05:18 PM

Well, I guess it's all in the title.
I'm making a skin based on "Black Vista v3", a WindowBlinds theme, made by UncleRob. As you can see, the skin should be somewhat Black.
Found the problem yet? Yes, the text of the infobar. The infobar is located inbetween the display pictures, on a blackish background.

Is there a way to change the infobar text color? And, preferably, also the hyperlink text color?

~Dutch skin kiddie


RE: [Help] Infobar font color by ryxdp on 11-10-2008 at 09:12 AM

Where's the screenshot? :P

Anyway, there is no perfect way to change the text colour of the infobar, and the strings themselves are pretty much impossible. This is because the infobar uses HTML to display its text, and WLM doesn't appear to have the HTML bits in its string tables.

The best you can do is replace all colours with the rgb values "51,51,51" or "0,136,228" in the SkinInfo with whatever you want.

A warning though, I've just found out that if your contacts have coloured nicknames the text will turn black (not the grey that WLM usually uses, mentioned above). This appears to be something to do with Plus! itself as it parses the colour tags.


RE: RE: [Help] Infobar font color by DennisMartijn on 11-10-2008 at 10:24 AM

quote:
Originally posted by ryxdp
Where's the screenshot? :P

Anyway, there is no perfect way to change the text colour of the infobar, and the strings themselves are pretty much impossible. This is because the infobar uses HTML to display its text, and WLM doesn't appear to have the HTML bits in its string tables.

The best you can do is replace all colours with the rgb values "51,51,51" or "0,136,228" in the SkinInfo with whatever you want.

A warning though, I've just found out that if your contacts have coloured nicknames the text will turn black (not the grey that WLM usually uses, mentioned above). This appears to be something to do with Plus! itself as it parses the colour tags.


Edit: this does NOT work. I set all the text values R,G,B to 255,255,255 in skininfo, but that didn't color the infobar text color. I can give a screenshot of what I have:

[Image: whysopro.jpg]
RE: RE: [Help] Infobar font color by Willz on 11-10-2008 at 11:39 AM

Like what ryxdp said

quote:
Originally posted by ryxdp


Anyway, there is no perfect way to change the text colour of the infobar, and the strings themselves are pretty much impossible. This is because the infobar uses HTML to display its text, and WLM doesn't appear to have the HTML bits in its string tables.


You can apply the foreground properties but yeah it will not always work. It depends on the message that is in the bar itself.

This is a known limitation of messenger so you can't do much more.