Shoutbox

please help - 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: please help (/showthread.php?tid=82559)

please help by ZOiD on 03-22-2008 at 05:57 PM

Hello!, i have a question about my skin, its there= [Image: 0110.jpg]
The question is
[Image: proble10.jpg]
what i do for this work correctly
this the code of the skin:

<MessengerSkin>
<ResGroup>
<Restrictions><MsgVersions><Version Major="8" Minor="5"/></MsgVersions></Restrictions>
<Resources>
<New>                       
<Pictures>
<Picture Id="59000"><File>image.png</File></Picture>
</Pictures>
<Metadata><Colorize>false</Colorize></Metadata>
<Metadata> <UMLeft>5</UMLeft> <UMTop>5</UMTop><UMRight>5</UMRight><UMBottom>5</UMBottom></Metadata>
</New>
<Replace>
<Strings>
<String Id="61288">Elfen</String>
</Strings>
<Windows>
<Styles>
<Style Id="947"><File>imageStyle.txt</File></Style>
</Styles>
</Windows>
</Replace>
</Resources>
</ResGroup>
</MessengerSkin>
</SkinInfo>.
Thanks for your help.


RE: please help by Basilis on 03-22-2008 at 07:54 PM

You have to change the rightUM from 5 to 200 for example so it doesn't stretch. Please let me know if it worked and try more combinations like 300 or 250 instead of 200 in case it doesn't work


RE: please help by aNILEator on 03-22-2008 at 07:58 PM

quote:
Originally posted by Basilis
You have to change the rightUM from 5 to 200 for example so it doesn't stretch. Please let me know if it worked and try more combinations like 300 or 250 instead of 200 in case it doesn't work

The boy speaks truth!

OR

you might want to set it up as another element inside the log in window.

code:
<Element resid=Scrollbar/>
<logonFrame resid=logonFrameResID id=atom(logonFrame) sheet=styleref(logonFrameSS) layout=borderlayout() layoutpos=client>
    <Element id=atom(mainwndcontainer) Layoutpos=client Layout=FillLayout() Class="HIGStandardFont">
        <Element Layout=BorderLayout()>
            <Element id=atom(header) Layoutpos=top Height=0/>
        </Element>
        <Element Layout=BorderLayout() layoutPos=bottom>
            <Element padding=rect(0,0,5,5) content=rcbkd(59001) layoutpos=right/>
        </Element>

        <Element id=atom(vapor)/>
        <Element Layout=filllayout()>


RE: please help by warmth on 03-22-2008 at 10:50 PM

I go more with what NILE said :P


RE: please help by aNILEator on 03-22-2008 at 11:06 PM

quote:
Originally posted by warmth
I go more with what NILE said :P

It depends on whether he wants to have that as the background in every window or not, although personally I think my way is more suitable for this kinda thing.
RE: please help by warmth on 03-23-2008 at 12:56 AM

quote:
Originally posted by aNILEator
quote:
Originally posted by warmth
I go more with what NILE said :P

It depends on whether he wants to have that as the background in every window or not, although personally I think my way is more suitable for this kinda thing.
that was my though too... that's why I said that :P