Re: [perl-win32-gui-users] Resizing

2001-01-22 Thread Sean Healy
The code you sent works for me. I don't know what's going on. $MainWin = new Win32::GUI::Window( -name = MainWin, -text = Main Window, -height = 400, -width= 450, -left = 200, -top = 100, -font = $Font, -menu = $Menu,

Re: [perl-win32-gui-users] Resizing

2001-01-22 Thread Jonathan Southwick
. Bourgeois [EMAIL PROTECTED] To: perl-win32-gui-users@lists.sourceforge.net Sent: Monday, January 22, 2001 3:44 PM Subject: Re: [perl-win32-gui-users] Resizing I added the resizable option, however it still does not work: $MainWin = new Win32::GUI::Window( -name = MainWin, -text