[perl-win32-gui-users] Textfield Strangeness?

2004-05-03 Thread Dax T. Games
When I run the code below I get no errors but the textfield is not added to the window. Why? Dax use Win32::GUI; my $GS_Icon = new Win32::GUI::Icon("Effects.ico"); $GAA_Objects{'winMainClass'} = new Win32::GUI::Class( -name => "Window Background Color", -icon => $GS_Icon,

RE: [perl-win32-gui-users] Textfield Strangeness?

2004-05-03 Thread Frazier, Joe Jr
Try adding a height to your textfield. 20 would be a good value. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dax T. Games > Sent: Monday, May 03, 2004 10:00 AM > To: Perl-Win32-GUI-Users@lists.sourceforge.net > Subject: [perl-win32-gui-us