What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Replacing Multi Images Doesn't Seem To Work

Replacing Multi Images Doesn't Seem To Work
Author: Message:
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Replacing Multi Images Doesn't Seem To Work
skinning doc you mean ipab! (and you said you were going to write a tutorial for this, you should be more explanatory in future :))

If you're replacing the min,max,close buttons search for this code in the corresponding window's Style file in msgres_4005_XXX.txt (where XXX is the window you're replacing the buttons in) these are the Styles Files, 923 is the contact list.

code:
Element[id=atom(minmaxclosebase)]
{
Padding:rcrect(20808);
}
button[id=Atom(FLWMinBtn)]
{
AccName:rcstr(20976);
AccDesc:rcstr(20976);
Content:rcimg(20779);
padding:rcrect(20807);
}
button[id=Atom(FLWMaxBtn)]
{
AccName:rcstr(20977);
AccDesc:rcstr(20977);
Content:rcimg(20780);
padding:rcrect(20807);
}
button[id=Atom(FLWCloseBtn)]
{
AccName:rcstr(20978);
AccDesc:rcstr(20978);
Content:rcimg(20778);
padding:rcrect(20807);
}

Replace it with this code (where 590XX is the new image's you've added)

code:
Element[id=atom(minmaxclosebase)]
{
    Padding:rcrect(20808);
}
button[id=Atom(FLWMinBtn)][ContentIndex=0]
{
    AccName:rcstr(20976);
    AccDesc:rcstr(20976);
    Content:rcimg(59003);
    padding:rcrect(20807);
}
button[id=Atom(FLWMinBtn)][ContentIndex=1]
{
    Content:rcimg(59004);
}
button[id=Atom(FLWMinBtn)][ContentIndex=2]
{
    Content:rcimg(59005);
}
button[id=Atom(FLWMinBtn)][ContentIndex=3]
{
    Content:rcimg(59006);
}
button[id=Atom(FLWMaxBtn)][ContentIndex=0]
{
    AccName:rcstr(20977);
    AccDesc:rcstr(20977);
    Content:rcimg(59007);
    padding:rcrect(20807);
}
button[id=Atom(FLWMaxBtn)][ContentIndex=1]
{
    Content:rcimg(59008);
}
button[id=Atom(FLWMaxBtn)][ContentIndex=2]
{
    Content:rcimg(59009);
}
button[id=Atom(FLWMaxBtn)][ContentIndex=3]
{
    Content:rcimg(59010);
}
button[id=Atom(FLWCloseBtn)][ContentIndex=0]
{
    AccName:rcstr(20978);
    AccDesc:rcstr(20978);
    Content:rcimg(59011);
    padding:rcrect(20807);
}
button[id=Atom(FLWCloseBtn)][ContentIndex=1]
{
    Content:rcimg(59012);
}
button[id=Atom(FLWCloseBtn)][ContentIndex=2]
{
    Content:rcimg(59013);
}
button[id=Atom(FLWCloseBtn)][ContentIndex=3]
{
    Content:rcimg(59014);
}

This post was edited on 12-12-2007 at 04:24 PM by aNILEator.
12-12-2007 04:09 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Replacing Multi Images Doesn't Seem To Work - by Keikonium on 12-12-2007 at 06:17 AM
RE: Replacing Multi Images Doesn't Seem To Work - by ipab on 12-12-2007 at 07:55 AM
RE: Replacing Multi Images Doesn't Seem To Work - by aNILEator on 12-12-2007 at 04:09 PM
RE: Replacing Multi Images Doesn't Seem To Work - by Keikonium on 12-12-2007 at 08:36 PM
RE: Replacing Multi Images Doesn't Seem To Work - by aNILEator on 12-12-2007 at 08:39 PM
RE: Replacing Multi Images Doesn't Seem To Work - by Keikonium on 12-12-2007 at 08:52 PM
RE: Replacing Multi Images Doesn't Seem To Work - by aNILEator on 12-12-2007 at 09:07 PM
Style files..? - by Toneo on 12-12-2007 at 08:47 PM
RE: Style files..? - by aNILEator on 12-12-2007 at 09:10 PM
RE: Style files..? - by Toneo on 12-12-2007 at 09:14 PM
RE: Style files..? - by aNILEator on 12-12-2007 at 09:20 PM
RE: Style files..? - by Toneo on 12-12-2007 at 09:23 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