how do you change font color of contact list.. |
Author: |
Message: |
duck!
Senior Member
Posts: 546 Reputation: 27
– / /
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
Attachment: untitled.bmp (214.24 KB)
This file has been downloaded 302 time(s).
|
|
12-09-2007 10:11 PM |
|
|
Matti
Elite Member
Script Developer and Helper
Posts: 1646 Reputation: 39
32 / /
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! Shall I waist another tid on it?
This post was edited on 12-10-2007 at 12:01 PM by Matti.
|
|
12-10-2007 11:55 AM |
|
|
Phillip
Senior Member
c11h15no2
Posts: 548 Reputation: 56
35 / /
Joined: Jan 2006
Status: Away
|
RE: RE: how do you change font color of contact list..
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 |
|
|
aNILEator
Skinning Contest Winner
...in the wake of the aNILEator
Posts: 3718 Reputation: 90
35 / /
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 |
|
|
duck!
Senior Member
Posts: 546 Reputation: 27
– / /
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?
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!.
|
|
12-10-2007 06:42 PM |
|
|
freak544
Full Member
Posts: 245 Reputation: 2
36 / /
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 |
|
|
aNILEator
Skinning Contest Winner
...in the wake of the aNILEator
Posts: 3718 Reputation: 90
35 / /
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 |
|
|
freak544
Full Member
Posts: 245 Reputation: 2
36 / /
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 |
|
|
djdannyp
Elite Member
Danny <3 Sarah
Posts: 3546 Reputation: 31
38 / /
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.
|
|
12-10-2007 07:23 PM |
|
|
duck!
Senior Member
Posts: 546 Reputation: 27
– / /
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!.
|
|
12-10-2007 07:58 PM |
|
|
|