What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [How-To] Change Contact List Background

Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »
[How-To] Change Contact List Background
Author: Message:
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [How-To] Change Contact List Background
It is sure that it can be transparent. Blessedguy has it on his Aurora live Messenger skin
[Image: logo1nu1.png]
01-31-2008 05:25 PM
Profile PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [How-To] Change Contact List Background
check how he did is basilis, you see it could be a deception, lets say he cuts out a bit of his background thats supposed to cross the point where word wheel is normally located, then then sets background to use that image as opposed to a rgb value and viola you fake a transparency.

i am not saying thats how he did it but its a possible work around that might have been used.
01-31-2008 06:43 PM
Profile E-Mail PM Web Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: [How-To] Change Contact List Background
argb = alpha, rgb

If you set the alpha to 0 you get complete transparency, if you set it to the highest(of which i can't remember the exact number) it will be completely opaque(not transparent)

therefore you need:
code:
Background:argb(0,255,255,255);


EDIT: What you did was change one of the colour values, which of course would of changed the colour, not the alpha.

This post was edited on 01-31-2008 at 07:02 PM by vaccination.
[Image: jumbled.png]
01-31-2008 06:59 PM
Profile PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [How-To] Change Contact List Background
Thanks for that, but do you know exactly which element I have to edit in order t o have a transparent background in my contact list?
[Image: logo1nu1.png]
01-31-2008 08:10 PM
Profile PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [How-To] Change Contact List Background
ok basilis where your going wrong is your using 1001 the actual contact list is in 1004 and 1009 style files for making that transparent, based on your earlier post i thought you were attempting word wheel transparency.

and heres the block your looking for

quote:
Element[id=atom(listitem)] // this element has been added in
{
    Background:argb(0,0,0,0); // added in
    Foreground:rgb(255,255,255); // 0,0,0
}


lines 29 -33 of your 1004 and 1009 style files. enjoy.
02-01-2008 06:04 AM
Profile E-Mail PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [How-To] Change Contact List Background
Thanks for trying to help but that didn't work either. This transparent background drives me crazy. :(
[Image: logo1nu1.png]
02-01-2008 02:55 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
O.P. RE: [How-To] Change Contact List Background
It's actually one of the easiest things in Skinning. It's like anything else. It's only about adding another style-attribute.

In the 1001 and 1004 definition change this line:
code:
<BuddyList id=atom(abView) Layout=FillLayout() CmdGroup=guid("{16E32D35-5350-4805-B7F0-5E782510AF6F}")/>
To:
code:
<BuddyList id=atom(abView) Layout=FillLayout() CmdGroup=guid("{16E32D35-5350-4805-B7F0-5E782510AF6F}") background=argb(0, 0, 0, 0)/>
02-01-2008 02:58 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [How-To] Change Contact List Background
Fortunately I found it. Y ou have to make the background that way
argb(0,255,255,255) below the abLayout in the 1001style .I have been told that but I realized that the picture I was using was just a color so the change was not big. I tried to put a theme image and it worked. Thank you all for your help. Finally, this headache got out of my head.
:)
[Image: logo1nu1.png]
02-01-2008 03:20 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
O.P. RE: [How-To] Change Contact List Background
I'm glad you sorted it out.

800th post!
02-01-2008 03:40 PM
Profile E-Mail PM Find Quote Report
dexluther
Junior Member
**


Posts: 23
Joined: Jun 2007
RE: [How-To] Change Contact List Background
Wouldn't simply putting/creating a "lvback.gif" file in WLM's folder be much simpler?
02-05-2008 03:05 AM
Profile E-Mail PM Find Quote Report
Pages: (6): « First « 1 2 3 [ 4 ] 5 6 » Last »
« 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