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

[?] Resizing a child window
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
O.P. Huh?  [?] Resizing a child window
Okay, as I now want to extend the GUI of Countdown Live, I would like to let the user resize the preferences window. Therefore, the child windows have to resize too... but they don't. This is what the XML looks like:
code:
In <Window Id="WndOptions">:
...
<Position Width="400" Height="275">
   <Resizeable Allowed="BothSides">
      <MinWidth>400</MinWidth>
      <MinHeight>275</MinHeight>
   </Resizeable>
</Position>
...
code:
In <Window Id="WndSettings">:
...
<ChildTmpl/>
<Position Width="291" Height="218">
   <Resizeable Allowed="BothSides">
      <MinWidth>291</MinWidth>
      <MinHeight>218</MinHeight>
   </Resizeable>
</Position>
...
<Elements>
   <Element xsi:type="FigureElement" Id="FigExample">
      <Position Top="88" Left="5" Height="40" Width="281">
         <Anchor Horizontal="LeftRightFixed" Vertical="BottomFixed"/>
      </Position>
      <Figure>
         <RoundRect><Radius>3</Radius></RoundRect>
      </Figure>
      <Border>
         <Color><GlobalColor>bg</GlobalColor></Color>
      </Border>
      <Fill>
         <PlainColor>
            <Red>255</Red>
            <Green>255</Green>
            <Blue>255</Blue>
            <Alpha>120</Alpha>
         </PlainColor>
      </Fill>
   </Element>
</Elements>
...
And this is how the result looks like:
[Image: attachment.php?pid=721115]
*containg = containing

For the full code, look on PasteBin.

Any ideas how to fix this?

.png File Attachment: cdl_resize.png (78.51 KB)
This file has been downloaded 303 time(s).

This post was edited on 08-29-2006 at 06:09 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-29-2006 03:43 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Resizing a child window - by Matti on 08-29-2006 at 03:43 PM
RE: [?] Resizing a child window - by Matti on 08-29-2006 at 06:41 PM
RE: [?] Resizing a child window - by Jimbo on 08-29-2006 at 06:49 PM
RE: [?] Resizing a child window - by Matti on 08-29-2006 at 07:13 PM
RE: [?] Resizing a child window - by markee on 08-29-2006 at 09:51 PM
RE: [?] Resizing a child window - by Matti on 08-30-2006 at 08:10 AM


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