Shoutbox

[Help] Window dimensions.. - 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] Window dimensions.. (/showthread.php?tid=82222)

[Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 09:54 AM

Hi,

I'm sorry to say, but I have yet another question about skinning..
How am I supposed to use the <Minimum /> and <Maximum /> tags in the window dimensions (e.g. DimensionsType/Size/Width/Min- or Max)?

Tnx in advance..


RE: [Help] Window dimensions.. by diablotin on 03-09-2008 at 06:14 PM

you want to know which code to put to have a dimension has your window ^o)


RE: RE: [Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 06:16 PM

quote:
Originally posted by diablotin
you want to know which code to put to have a dimension has your window ^o)

No. I want to know how to use 'em.
RE: [Help] Window dimensions.. by diablotin on 03-09-2008 at 06:21 PM

me I make as concealed

quote:
<Size>
<Width>
<Minimum>650</Minimum>
<Maximum>500</Maximum>
</Width>
<Height>
<Minimum>600</Minimum>
<Maximum>550</Maximum>
</Height>
</Size>

RE: [Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 06:25 PM

Doesn't work for me.. I can still resize the windows beyond the Min and Max :S


RE: [Help] Window dimensions.. by Basilis on 03-09-2008 at 06:41 PM

You have to specify which window you want to have specific dimensions.


RE: [Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 06:52 PM

I know, already did that, but it just won't work :S


RE: [Help] Window dimensions.. by Basilis on 03-09-2008 at 07:28 PM

I have done it exactly as it is described in the skinning documentation and it worked perfectly. Try the same.


RE: [Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 07:31 PM

Well, doing things as described in documantation files is very hard for me, but I'm gonna try it :P


RE: [Help] Window dimensions.. by Basilis on 03-09-2008 at 07:34 PM

This part was pretty easy I think as it has the code and you only need to edit it.


RE: [Help] Window dimensions.. by SmokingCookie on 03-09-2008 at 07:37 PM

Not workin' :S

This is what I've got:

code:
<SkinInfo>

<!-- More here -->

<Dimensions>
<ContactList>
<Size>
<Width>
<Minimum>1015</Minimum>
<Maximum>1271</Maximum>
</Width>
<Height>
<Minimum>542</Minimum>
<Maximum>679</Maximum>
</Height>
</Size>
</ContactList>
</Dimensions>

<!-- More here -->

</SkinInfo>

RE: [Help] Window dimensions.. by diablotin on 03-09-2008 at 11:01 PM

quote:
    <SkinInfo>
    <Information>
        <Name>Messenger Plus Live</Name>
        <Description>[Help] Window dimensions..</Description>
        <Version>3.9</Version>    <AboutUrl>http://shoutbox.menthix.net/newreply.php?tid=82222</AboutUrl>
                <Screenshot><screen.png</File></Screenshot>
        <Compatibility><MsgVersion Major="8" Minor="5"/></Compatibility>
        </Information>
<Dimensions>
            <ContactList>
                <Size>
                        <Width>
                               <Minimum>1015</Minimum>
                        <Maximum>1271</Maximum>
                        </Width>
                        <Height>
                            <Minimum>542</Minimum>
                        <Maximum>679</Maximum>
                        </Height>
                </Size>
            </ContactList>
    </Dimensions>

RE: [Help] Window dimensions.. by SmokingCookie on 03-10-2008 at 03:36 PM

Still not working :S
Though it seems to work perfectly with <Fixed>X</Fixed>