Shoutbox

Font Color in tabs - 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: Font Color in tabs (/showthread.php?tid=82757)

Font Color in tabs by tweek78 on 03-29-2008 at 09:54 AM

Hello,

The background of my conversation window is black. In active window, the name of my contact is white, ok. But when i've 2 opened conversations, in the inactive tab, the font of my contact's name is black. So I see anything, and I would change it to a white font.

[Image: sanstitre127015f93dee41f22256994631c357c3.jpg]
(click on image)

Which key do I change ? In which file (920, 923, ...) ?

Thanks, and sorry for my English, I'm French :D


RE: Font Color in tabs by Nagamasa on 03-29-2008 at 12:02 PM

Please see Color of tabs

Have you ask the creator of VISTA Ultimate to use his skin for another skin, if you plan to release it on the Skins Database?


RE: RE: Font Color in tabs by tweek78 on 03-29-2008 at 01:25 PM

Thanks for the reply, but I don't know where write this code:

<MessengerPlus>
            <TabbedChatBar>
                <Color1><Position X="3" Y="3"/></Color1>
                <Color2><R>0</R><G>0</G><B>0</B></Color2>
            </TabbedChatBar>
</MessengerPlus>

I've write this at the end of the skininfo, before "<skininfo>" but it changes anything.

quote:
Originally posted by Nagamasa

Have you ask the creator of VISTA Ultimate to use his skin for another skin, if you plan to release it on the Skins Database?

No I don't plan to release it on the database, because it's a "personal" theme for me.
RE: Font Color in tabs by TheSourcE on 03-29-2008 at 02:09 PM

You have to put it between:

</Information>

<Options>

<MessengerPlus>
            <TabbedChatBar>
                <Color1><Position X="3" Y="3"/></Color1>
                <Color2><R>0</R><G>0</G><B>0</B></Color2>
            </TabbedChatBar>
</MessengerPlus>


</Options>

<MessengerSkin>

Don't forgot to add the <Options> element first, before you add the code!


RE: Font Color in tabs by tweek78 on 03-29-2008 at 03:05 PM

OK.
Thanks


RE: [Release] Font Color in tabs by aNILEator on 03-29-2008 at 03:30 PM

Try reading the Schema in the documentation, it lists lots of these advanced uses, some you may find more appropriate (to get good colorization usually)


RE: [Release] Font Color in tabs by tweek78 on 03-29-2008 at 03:58 PM

OK, it works !!