> Maybe, just maybe, this will work.  Add the following to
your window
> declaration:
>
>  -minsize=> [$minwidth,$minheight],
>  -maxsize=> [$maxwidth,$maxheight],
>
I'm afraid the -minsize option does not work.

$MainWin = new Win32::GUI::Window(
    -name     => "MainWin",
    -text     => "JEB FTP Client",
    -height   => 400,
    -width    => 450,
    -left     => 200,
    -top      => 100,
    -font     => $Font,
    -menu     => $Menu,
    -minsize  => [450, 400],
    -maxsize  => [450, 400]
);



Reply via email to