Shoutbox

How do you replace the Sharing Folder Icon - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: How do you replace the Sharing Folder Icon (/showthread.php?tid=80134)

How do you replace the Sharing Folder Icon by prashker on 12-16-2007 at 11:26 PM

code:
                            <Picture Id="1441"><File>imgs\1441.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1442"><File>imgs\1442.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1443"><File>imgs\1443.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1444"><File>imgs\1444.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1445"><File>imgs\1445.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1446"><File>imgs\1445.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="1447"><File>imgs\1447.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="326"><File>imgs\326.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
                            <Picture Id="327"><File>imgs\327.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>

Those are all the convo buttons for WLM 9.0

The bolded one is the Sharing Folders button.

I assumed you'd have to replace but looking at aNILEator's "Beaver and Steve" skin he has a "New" code for that.

code:
                        <Picture Id="59017"><File>pics\1444.png</File><Metadata><Colorize>false</Colorize></Metadata></Picture>

Can anyone explain to me what Definition file I should be looking at :p?

And how would I edit it to change the Sharing Folder icon :p.

Thanks :)

Skin Trace (The backround of the sign in window is unaccessible and black. :()


07/12/16 18:28:06| **** The trace has started ****
07/12/16 18:28:06| Skin: [SECRET]
07/12/16 18:28:06| Messenger version: 9.0.1407.1107 (en-us)
07/12/16 18:28:06| Messenger Plus! version: 4.50.312
07/12/16 18:28:06| Last definition file loaded: 947
07/12/16 18:28:06| Last style sheet file loaded: 923
07/12/16 18:28:06| Last picture file loaded: 59000
07/12/16 18:28:06| DUIParserFailure: Value creation failed '' 159
07/12/16 18:28:11| DUIParserFailure: Value creation failed '' 159


How do I fix that?


edit: Fixed Skin Trace Error.

<Picture Id="59000"><File>imgs\947 (logonFrame)\wcc.png</File></Picture>

forgot to remove 947 (logonFrame)
RE: How do you replace the Sharing Folder Icon by aNILEator on 12-16-2007 at 11:57 PM

I couldn't figure out how to get the 4006 offline versions of images in unfortunately.

also sharing folders has an alternative image for vista as does the toolbar. There is a vista image tag patchou made in the last version if you read the changelogs during testing so you can define an alternative for the vista image loading I think

My 'New image' code simply replaces it entirely thus eliminating the vista issue


RE: How do you replace the Sharing Folder Icon by prashker on 12-17-2007 at 02:50 AM

quote:
Originally posted by aNILEator
My 'New image' code simply replaces it entirely thus eliminating the vista issue

Found it.

920 Style.txt

code:
ButtonIcon[ID=Atom(ai158)]
{
    content:rcimg(1444); Replaced with 59001
    padding:rect(0,0,0,0);
}

Thanks aNILEator :)

[Image: attachment.php?pid=874710]