What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » This is how to change MSN7 background.

1 votes - 5 average   This is how to change MSN7 background.
Author: Message:
illuzn
Full Member
***

Avatar
00 Dodge Viper GTS-R

Posts: 159
– / Male / –
Joined: May 2004
RE: This is how to change MSN7 background.
The key code change is this line:
                <buddylist id=atom(buddylistview) layout=filllayout() background=argb(0,255,255,255) />

Originally the background of the buddylist is unspecified and I guess it defaults to plain white [argb(255,255,255,255)] however if that happens you can't see the picture. Best if i explain argb here:

ARGB(alpha,red,green,blue)

So its a function that supplies a colour, now when i made it i assumed that it would show up white and fade in... however for some wierd reason this isn't the case. It starts at black... no idea how to fix this... but its only for less than a second anyway.... i prefer no tiling and no lag to a little nuisance black.

If you really, really hate it just remove the animation line. It must be some kind of bug in the animation.

Note: Good work Bradley for finding the align thingo... I thought it was bottomright too but forgot about content align good work ;)

edit: Just to answer a few of your questions bradley...

Some tutorials on editing UIFILEs can be found just google for UIFILE, you will see several links... however they mostly cover logon and boot screens.... so not 100% relevant however it helps you get an idea.

Changing that alpha value changes the alpha of the whole contact list.... not very good unless you want faint contacts...


Edit2: Discovered how to make the picture alpha for you....
add the following lines to styles:
code:
    buddylist
    {
        Accessible: true;
        AccRole: 33;
        AccState: 0;
        background: window;
        alpha: 255;
    }
    png[id=atom(backgroundpng)]
    {
        alpha: 100;
    }


and edit this:
code:
<png id=atom(backgroundpng) contentalign=bottomright flip=false idres=100 />

edit3: perhaps you could add this to your post stolenguitar... and that isn't how you should refer to a post it should be like this: StoleN.GuitaR's reply to This is how to change MSN7 background.
to do that type [post=http://shoutbox.menthix.net/showthread.php?tid=32756&pid=320424#pid320424] Its just because that post isn't on page 4 for me... its on page 1 :)
and maybe put all that code in a txt file..... its rather tedious to scroll so far.... lol

This post was edited on 10-12-2004 at 03:06 AM by illuzn.
[Image: signature.jpg]
10-12-2004 01:50 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
This is how to change MSN7 background. - by StoleN.GuitaR on 10-10-2004 at 03:23 AM
RE: This is how to change MSN7 background. - by DarKnight on 10-10-2004 at 03:42 AM
RE: This is how to change MSN7 background. - by Vantage on 10-10-2004 at 03:45 AM
RE: This is how to change MSN7 background. - by Joe on 10-10-2004 at 03:48 AM
RE: This is how to change MSN7 background. - by marissa on 10-10-2004 at 04:16 AM
RE: This is how to change MSN7 background. - by illuzn on 10-10-2004 at 06:31 AM
RE: This is how to change MSN7 background. - by illuzn on 10-10-2004 at 08:05 AM
RE: This is how to change MSN7 background. - by StoleN.GuitaR on 10-10-2004 at 08:45 AM
RE: This is how to change MSN7 background. - by M73A on 10-10-2004 at 09:08 AM
RE: This is how to change MSN7 background. - by Chestah on 10-10-2004 at 09:26 AM
RE: This is how to change MSN7 background. - by illuzn on 10-10-2004 at 09:57 AM
RE: This is how to change MSN7 background. - by illuzn on 10-10-2004 at 10:26 AM
RE: RE: This is how to change MSN7 background. - by Bradl3y on 10-10-2004 at 06:52 PM
RE: This is how to change MSN7 background. - by tomfletcherman on 10-10-2004 at 06:14 PM
RE: This is how to change MSN7 background. - by Bradl3y on 10-10-2004 at 06:30 PM
RE: This is how to change MSN7 background. - by tomfletcherman on 10-10-2004 at 08:03 PM
RE: RE: This is how to change MSN7 background. - by Bradl3y on 10-10-2004 at 08:43 PM
RE: This is how to change MSN7 background. - by DarKnight on 10-10-2004 at 10:17 PM
RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 12:24 AM
RE: This is how to change MSN7 background. - by DarKnight on 10-11-2004 at 12:45 AM
RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 12:50 AM
RE: This is how to change MSN7 background. - by DarKnight on 10-11-2004 at 01:04 AM
RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 01:06 AM
RE: This is how to change MSN7 background. - by DarKnight on 10-11-2004 at 02:14 AM
RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 02:44 AM
RE: This is how to change MSN7 background. - by StoleN.GuitaR on 10-11-2004 at 07:49 AM
RE: RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 02:57 PM
RE: This is how to change MSN7 background. - by StoleN.GuitaR on 10-11-2004 at 08:30 AM
RE: This is how to change MSN7 background. - by Bradl3y on 10-11-2004 at 02:55 PM
RE: This is how to change MSN7 background. - by illuzn on 10-12-2004 at 01:50 AM
RE: This is how to change MSN7 background. - by Bradl3y on 10-12-2004 at 12:46 PM
RE: This is how to change MSN7 background. - by StoleN.GuitaR on 03-30-2005 at 11:26 AM
RE: This is how to change MSN7 background. - by StoleN.GuitaR on 12-04-2005 at 07:55 AM
RE: This is how to change MSN7 background. - by ipab on 12-04-2005 at 08:12 AM
RE: This is how to change MSN7 background. - by illuzn on 12-04-2005 at 10:39 AM
RE: This is how to change MSN7 background. - by absorbation on 12-04-2005 at 11:28 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