What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Hide Elements while connecting?

Hide Elements while connecting?
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Hide Elements while connecting?
Just edit the 947 style...I've done that...it changes the boxes to anycolor you want when they are not active (cuz you're signing in)

code:
CBInput[id=atom(idPasswordInput)]
{
Foreground:rcclr(20016);
MaxTextLength:16;
background:argb(200,255,255,255);
borderthickness:rcrect(20010);
bordercolor:rgb(0,0,0);
width:226;
padding:rect(4,3,4,3);
accessible:true;
accname:rcstr(61282);
accdesc:rcstr(61283);
accrole:42;
accstate:536870912;
margin:rect(0,2,0,5);
richeditstyle:PlainText|HideSelection|AllowBeep|UsePassword;
}
CBInput[id=atom(idPasswordInput)][enabled=false]
{
Foreground:rcclr(20016);
background:argb(20,255,255,255);
bordercolor:rgb(0,0,0);
}
element[id=atom(idEmailInputContainer)]
{
Width:226;
margin:rect(0,2,0,8);
borderthickness:rcrect(20010);
bordercolor:rgb(0,0,0);
contentalign:middleleft;
background:argb(200,255,255,255);
}
element[id=atom(idEmailInputContainer)][enabled=false]
{
Foreground:rcclr(20016);
background:argb(20,255,255,255);
bordercolor:rgb(0,0,0);
}


This is the code that is used in the pic (attachment)

.jpg File Attachment: (233.02 KB)
This file has been downloaded 116 time(s).

This post was edited on 03-01-2008 at 04:12 PM by blessedguy.
[Image: Empty.png]
03-01-2008 03:59 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Hide Elements while connecting? - by LuckyMe on 02-29-2008 at 03:41 AM
RE: Hide Elements while connecting? - by Basilis on 02-29-2008 at 05:54 PM
RE: Hide Elements while connecting? - by vaccination on 02-29-2008 at 06:38 PM
RE: Hide Elements while connecting? - by LuckyMe on 02-29-2008 at 11:38 PM
RE: Hide Elements while connecting? - by blessedguy on 03-01-2008 at 03:59 PM
RE: Hide Elements while connecting? - by LuckyMe on 03-01-2008 at 04:10 PM
RE: Hide Elements while connecting? - by Basilis on 03-01-2008 at 07:26 PM
RE: Hide Elements while connecting? - by blessedguy on 03-01-2008 at 07:29 PM
RE: Hide Elements while connecting? - by Basilis on 03-01-2008 at 07:37 PM
RE: Hide Elements while connecting? - by blessedguy on 03-01-2008 at 07:42 PM
RE: Hide Elements while connecting? - by LuckyMe on 03-01-2008 at 08:26 PM
RE: Hide Elements while connecting? - by blessedguy on 03-01-2008 at 08:41 PM
RE: RE: Hide Elements while connecting? - by LuckyMe on 03-01-2008 at 09:36 PM
RE: Hide Elements while connecting? - by Basilis on 03-01-2008 at 09:26 PM


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