What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Im new to skinning messenger(And new to codding XML)and i need some help.

1 votes - 5 average   Im new to skinning messenger(And new to codding XML)and i need some help.
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: RE: Im new to skinning messenger(And new to codding XML)and i need some help.
quote:
Originally posted by vaccination
Anyone ever find a solution to mattisdada's problem with editing the colours of the strings on the logon window?

I am looking specifically to change the colour of the "Remember me" "Remember my password" and "Sign me in automatically" strings. I changed the element ComonLabel, but that only changed the colour of the "E-mail address:" and "Sign in as <status>" strings. I've tried editing everything else in the 947 Style that has anything to do with font but none seem to change the strings I want.

Help please (Smilie)

Using 8.5 btw.

pretty simple vaccination heres how you do it, the string ids are listed below.

quote:
61288=Remem&ber me
61289=Saves your e-mail address and status on this computer
61291=(Forget &me)
61294=Remove my sign-in information from this computer
61295=&Remember my password


so now go to 947 styles file and do ctrl+f and type in 61288 the code your looking for is:

quote:
Checkbox[id=atom(idRememberMeChk)]
{
text:rcstr(61288);
accname:rcstr(61288);
accdesc:rcstr(61289);
shortcut:rcchar(61288);
Margin:rcrect(20048);
Foreground:rgb(255,255,255); // added in
}


the foreground line wont be there but if you add that in setting your colour to whatever you desire then itll work now lets do remember my password which i string 61295 so we search for 61295 and viola

quote:
Checkbox[id=atom(idRememberPasswordChk)]
{
text:rcstr(61295);
accname:rcstr(61295);
accdesc:rcstr(61296);
shortcut:rcchar(61295);
accdefaction:rcstr(20068);
Margin:rcrect(20048);
Foreground:rgb(255,255,255); // added in
}


again as the comments indicate the foreground line was added in to do the colour, if you wanna colour the text "Windows live ID which is in the bottom left hand corner of login screen its id is 20000 and you guessed it same process as the other 2.

i hope this helped vaccination any problems dont hesitate to ask me.
12-31-2007 08:57 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-20-2007 at 06:23 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by John Anderton on 12-20-2007 at 06:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 06:50 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 07:51 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 10:33 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by stuartbennett on 12-20-2007 at 11:04 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:22 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Nathan on 12-20-2007 at 12:44 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 12:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 12:55 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-20-2007 at 01:00 PM
RE: RE: Im new to skinning(And new to codding to)and i need some help. - by Willz on 12-20-2007 at 01:08 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by CookieRevised on 12-20-2007 at 01:50 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-20-2007 at 04:47 PM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:16 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:25 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:28 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:29 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by mattisdada on 12-21-2007 at 12:32 AM
RE: Im new to skinning(And new to codding to)and i need some help. - by freak544 on 12-21-2007 at 12:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:23 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by CookieRevised on 12-21-2007 at 02:34 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 02:38 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 08:44 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 09:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:47 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 10:51 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 10:58 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 11:21 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:28 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:10 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 12:12 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-21-2007 at 12:23 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 12:58 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 01:44 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-21-2007 at 02:35 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-21-2007 at 11:11 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 12:57 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:16 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-22-2007 at 01:30 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 01:33 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 08:07 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 09:37 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 10:05 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 10:09 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 11:36 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-22-2007 at 03:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-22-2007 at 04:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 08:15 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 11:48 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 11:50 AM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:02 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:04 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by aNILEator on 12-23-2007 at 12:13 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-23-2007 at 12:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 08:08 PM
RE: RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 08:57 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by vaccination on 12-31-2007 at 09:14 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 10:50 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:16 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 12-31-2007 at 11:47 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by mattisdada on 12-31-2007 at 11:54 PM
RE: Im new to skinning messenger(And new to codding XML)and i need some help. - by stuartbennett on 01-01-2008 at 09:54 AM


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