What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] Resizing Windows

[Help] Resizing Windows
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [Help] Resizing Windows
yes thats the right syntax, ive tested it here and it works fine

example:
you have a window with width 100 and height 200, and an element that is 20 dlg units away from all sides

code:
<Window Id="TestWnd" Version="1">
    <WindowTmpl />
    <Position Height="200" Width="100">
        <Resizeable Allowed="BothSides">
            <MinWidth>100</MinWidth>
            <MinHeight>200</MinHeight>
        </Resizeable>
    </Position>
    <Elements>
        <Element xsi:type="FigureElement" Id="Background">
            <Position Top="20" Left="20" Width="60" Height="160">
                <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed" />
            </Position>
            <Figure><Rectangle /></Figure>
            <Fill><PlainColor><BaseColor/></PlainColor></Fill>
       </Element>
    </Elements>
</Window>


when this window is resized it will always be 20 dlg units away from all sides.

This post was edited on 07-01-2006 at 07:56 AM by Eljay.
07-01-2006 07:55 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Resizing Windows - by rob_botch on 06-30-2006 at 02:58 PM
RE: [Help] Resizing Windows - by RaceProUK on 06-30-2006 at 04:01 PM
RE: [Help] Resizing Windows - by Eljay on 06-30-2006 at 04:28 PM
RE: [Help] Resizing Windows - by rob_botch on 06-30-2006 at 05:55 PM
RE: [Help] Resizing Windows - by ramik on 06-30-2006 at 06:26 PM
RE: [Help] Resizing Windows - by Eljay on 06-30-2006 at 08:12 PM
RE: [Help] Resizing Windows - by rob_botch on 07-01-2006 at 07:30 AM
RE: [Help] Resizing Windows - by Eljay on 07-01-2006 at 07:55 AM
RE: [Help] Resizing Windows - by rob_botch on 07-01-2006 at 07:57 AM
RE: [Help] Resizing Windows - by ramik on 07-01-2006 at 11:54 AM
RE: [Help] Resizing Windows - by RaceProUK on 07-01-2006 at 01:35 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