Shoutbox

[Help] Insert new images - 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: [Help] Insert new images (/showthread.php?tid=82065)

[Help] Insert new images by Basilis on 03-02-2008 at 05:38 PM

I would like to insert my images in a skin. How I can do that?
When I say my images, I mean what aNILEator had done in his "Beaver and Steve" skin whose Sign in window has a picture down to the right. Anyone know the way?


RE: [Help] Insert new images by prashker on 03-02-2008 at 05:51 PM

Skin Info.xml

code:
            <Resources>
                <New>
                    <Pictures>
                        <Picture Id="59000"><File>imgs\wcc.png</File></Picture> //the image is wcc.png seen below
                    </Pictures>
                </New>


947 Definition.txt

code:
                    <Element layoutpos=bottom layout=borderlayout()>
                        <element id=atom(LogOnImage) content=rcimg(59000) layoutpos=right padding=rect(0,0,15,10) />
                    </Element>

[Image: attachment.php?pid=891989]

I obviously fail at directions, but thats what I did for WLM 9.0
RE: [Help] Insert new images by aNILEator on 03-03-2008 at 12:25 PM

look at the code for sunshines skin, that places the image behind the sign in text allowing smaller windows :)

the main edit is at the top of 947 definition next to header element iirc


RE: [Help] Insert new images by Nagamasa on 03-10-2008 at 02:44 AM

quote:
Originally posted by aNILEator
look at the code for sunshines skin, that places the image behind the sign in text allowing smaller windows :)

the main edit is at the top of 947 definition next to header element iirc
Mind expanding on this a little bit? I don't quite understand (cause I don't see any changed at the top).
RE: [Help] Insert new images by aNILEator on 03-10-2008 at 06:02 AM

when i get back home sure, if the uk winds don't blow my train over or something :(