[Help] Resizing Windows - 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: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help] Resizing Windows (/showthread.php?tid=62137) [Help] Resizing Windows by rob_botch on 06-30-2006 at 02:58 PM
I have been recommended to allow the window of my script to be resized. How would I go about doing this? I presume that there is a tag in the xml file. RE: [Help] Resizing Windows by RaceProUK on 06-30-2006 at 04:01 PM
The schema doesn't seem to allow resizeable windows... RE: [Help] Resizing Windows by Eljay on 06-30-2006 at 04:28 PM
code: as a sub element of <Window> RE: [Help] Resizing Windows by rob_botch on 06-30-2006 at 05:55 PM
Thank you for your help. One more question, though, if I may. How would I get the controls in the window to resize or move with the main window? RE: [Help] Resizing Windows by ramik on 06-30-2006 at 06:26 PM
yep, nice question rob_botch.... i want to be able to resize the window i made... waiting for an answer. RE: [Help] Resizing Windows by Eljay on 06-30-2006 at 08:12 PM
example of auto resizing element: code: options for Anchor: Horizontal -LeftFixed -RightFixed -LeftRightFixed Vertical -TopFixed -BottomFixed -TopBottomFixed RE: [Help] Resizing Windows by rob_botch on 07-01-2006 at 07:30 AM
Thank you for your help. This code works perfectly for me for horizontal stretching, but the vertical element does not apear to work. Is the syntax the same? As in: code: Thank you, Edit: Sorted now, Thanks! RE: [Help] Resizing Windows by Eljay on 07-01-2006 at 07:55 AM
yes thats the right syntax, ive tested it here and it works fine code: when this window is resized it will always be 20 dlg units away from all sides. RE: [Help] Resizing Windows by rob_botch on 07-01-2006 at 07:57 AM
Thank you, yes it works for me too, now. I was being stupid and putting the Horizontal and Vertical components in separate tags! RE: [Help] Resizing Windows by ramik on 07-01-2006 at 11:54 AM
There is a bug in the resize algorithm: RE: [Help] Resizing Windows by RaceProUK on 07-01-2006 at 01:35 PM It's not a bug: both Min* elements are required children of Position. |