What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Colorize psm and email

Colorize psm and email
Author: Message:
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
O.P. Colorize psm and email
Hi all, i've a new problem today ASD
I want to change the colour of psm and email in the chat window
I search on style 920, and change the foreground in white color "foreground:rgb(255,255,255);"
I change the only parametres of foreground for psm, but doesn't works!
There is an other parametres or a new style/definition?
Thanks
08-08-2008 07:29 PM
Profile PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Colorize psm and email
You cannot have a different color for the psm and the e-mail. This is a limitation I found. The color of the psm will always be the same with the e-mail. Try changing the foreground color of the e-mail. :)
[Image: logo1nu1.png]
08-08-2008 10:12 PM
Profile PM Find Quote Report
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: RE: Colorize psm and email
quote:
Originally posted by Basilis
You cannot have a different color for the psm and the e-mail.

Yeah please don't say stuff when you don't know.

You can have a different color for the psm and email in the chat window.

Just apply a foreground tag to this set of lines (920 style):

code:
wledit[id=atom(WindowEmail)]
{
contentalign:middleleft|endellipsis;
AccRole:42;
foreground:red;
}

Anything that is a separate element can have its own styling properties.

This post was edited on 08-09-2008 at 03:36 AM by Willz.
08-09-2008 03:33 AM
Profile PM Web Find Quote Report
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
O.P. RE: Colorize psm and email
ok perfect, it works very nice, thanks
i apply the foreground also:
code:
PSMElement[id=atom(WindowPSM)]
{
layoutpos:client;
foreground:rgb(255,255,255);


Can i apply this also in "what i'm listening" psm? i try it

@edit: works perfect!
code:
Element[id=atom(idCurrentSong)]
{
LayoutPos:Left;
Padding:Rect(1,0,0,0);
foreground:rgb(255,255,255);


This post was edited on 08-09-2008 at 11:19 AM by Ryddyck.
08-09-2008 11:16 AM
Profile PM Find Quote Report
Willz
Senior Member
****

Avatar

Posts: 953
Reputation: 52
36 / Male / Flag
Joined: Jul 2006
RE: Colorize psm and email
yeah like I said, anything that is its own element you can apply styling to, its just a matter of finding the right section in the style and applying what you want. :P
08-09-2008 11:35 AM
Profile PM Web Find Quote Report
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
O.P. RE: Colorize psm and email
while I am being there, I wanted to know whether to change the color to the really is personal and the psm 
I have looked for in 1001,1004,1009 but I have not found anything, besides the text, and trying with the foreground was equal
08-10-2008 11:50 AM
Profile PM Find Quote Report
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
O.P. RE: Colorize psm and email
A little Up....
08-12-2008 10:01 AM
Profile PM Find Quote Report
H2O
New Member
*


Posts: 3
Joined: Sep 2008
RE: Colorize psm and email
huhu..  ive changed also in 920 style this code but ive a white font in PSM :(

can anybody tell me where i  must change anything else so thats working please ?

code:
wledit[id=atom(WindowEmail)]
{
contentalign:middleleft|endellipsis;
AccRole:42;
foreground:red;
}
wledit[id=atom(WindowEmail)][keyfocused]
{
contentalign:middleleft;
}
PSMElement[id=atom(WindowPSM)]
{
layoutpos:client;
foreground:rgb(255,255,255);
}

cheers

Edit: opk i have it..  it has changed .. my mistake i want to change the message font color ..  where you can write someting and your now playing is show... can somebody tell me where i can find that ;) please

This post was edited on 09-15-2008 at 12:45 PM by H2O.
09-15-2008 11:50 AM
Profile E-Mail PM Find Quote Report
blade12
New Member
*


Posts: 2
Joined: Sep 2008
RE: Colorize psm and email
look in 923 ;)
09-15-2008 10:11 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