What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » how do you change font color of contact list..

how do you change font color of contact list..
Author: Message:
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. how do you change font color of contact list..
well, im in the middle of making a skin, and with the current head and dashboard i have the name, status and personal message have become unreadable =/
(See attachment)
Ive looked around the scripting documention but couldn't seem to find an answer

Also if i was to allow users to change the contact list color in the edit options area, how would i go about doing this?

Thanks


.bmp File Attachment: untitled.bmp (214.24 KB)
This file has been downloaded 285 time(s).
QUACK QUACK QUACK

12-09-2007 10:11 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: how do you change font color of contact list..
Font colors are defined in UIFILEs. I suggest you to look up the element of the nickname/status/PSM in UIFILE 923 and then check out the style UIFILE for 923. You should be able to find the style definition for the element there, and there you can add/change the color attribute. ;)

Aah... it's great when you have skinned Messenger before! :)

EDIT: Weeeeee 1000th post!!!11!!1!one!11!eleven! :D Shall I waist another tid on it? :P

This post was edited on 12-10-2007 at 12:01 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-10-2007 11:55 AM
Profile E-Mail PM Web Find Quote Report
Phillip
Senior Member
****

Avatar
c11h15no2

Posts: 548
Reputation: 56
34 / Male / Flag
Joined: Jan 2006
Status: Away
RE: RE: how do you change font color of contact list..
quote:
Originally posted by Mattike
Font colors are defined in UIFILEs. I suggest you to look up the element of the nickname/status/PSM in UIFILE 923 and then check out the style UIFILE for 923. You should be able to find the style definition for the element there, and there you can add/change the color attribute. ;)

Aah... it's great when you have skinned Messenger before! :)

EDIT: Weeeeee 1000th post!!!11!!1!one!11!eleven! :D Shall I waist another tid on it? :P

Basically do what he has said. You name will be in UIfile 923 under "idFriendlyName". Change "foreground:" to "rcclr(20014);" That should give you a black name. I'm assuming you know how to do the rest already.
[Image: awd.png]
Drawn into the darkness here with your eyes on the prize at stake.
Faint hearts on an endless path letting go of the ones we break.
12-10-2007 12:35 PM
Profile PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: how do you change font color of contact list..
Duck, take a look at my skin in the 923 style, you;ll see how I edited mine :)
12-10-2007 12:51 PM
Profile PM Web Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: how do you change font color of contact list..
well..ive done that but its still not changing the color, i have no idea why..
i only had to put the idfriendlyname bit in...didn't i? :P

in 923 style.txt i have:

emoticontext[id=atom(idFriendlyName)]
{
    contentalign:endellipsis;
    fontsize:9pt;
    fontface:"Arial";
    fontweight:600;
    padding:rect(0,0,0,0);
    foreground:rgb(0,0,0);
}


thanks, im a nub when its comes to skinning :-$

in skininfo.xml i have

    <Resources>
                    <Replace>   
                   <Styles>
                     <Style Id="923"><File>Dev\923 style.txt</File></Style>
                   </Styles>
                   </Replace>
    </Resources>

This post was edited on 12-10-2007 at 06:44 PM by duck!.
QUACK QUACK QUACK

12-10-2007 06:42 PM
Profile E-Mail PM Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
RE: how do you change font color of contact list..
I thought you had to have the whole contents of the original style id in the txt document as you are replacing the style id

I could be wrong though as I am new to skinning but have coded before

This post was edited on 12-10-2007 at 06:52 PM by freak544.
12-10-2007 06:48 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: how do you change font color of contact list..
quote:
Originally posted by freak544
I thought you had to have the whole contents of the original style id in the txt document as you are replacing the style is

I could be wrong though as I am new to skinning but have coded before

correct
12-10-2007 06:51 PM
Profile PM Web Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
RE: how do you change font color of contact list..
Wow I must be learning quick

:)
12-10-2007 06:52 PM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: how do you change font color of contact list..
isn't 1001 the contact list rather than 923?

this thread reminded me of an addition i could make to mine.......i went and changed every fontface reference in 923 and the contact list text didn't change, just the text in the surrounding frame........923 is the contact list window, but 1001 is the contact list itself i think

which may explain why it doesn't work

quote:
Originally posted by freak544
I thought you had to have the whole contents of the original style id in the txt document as you are replacing the style id

I could be wrong though as I am new to skinning but have coded before

i think he was just showing the bits of code relevant to this particular change, rather than posting the whole 1300 lines of his 923 style.txt ;)

This post was edited on 12-10-2007 at 07:24 PM by djdannyp.
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5221 days, 11 hours, 10 minutes, 2 seconds ago
12-10-2007 07:23 PM
Profile E-Mail PM Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: how do you change font color of contact list..
Basically i need to just change to color of the personal message :

Edit: Ive now got the name done, thats black, turns out i was putting the id as "932" instead of "923"

This post was edited on 12-11-2007 at 12:03 AM by duck!.
QUACK QUACK QUACK

12-10-2007 07:58 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On