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

2001-03-03 Thread Erick J. Bourgeois
Use either/both WS_HSCROLL | WS_VSCROLL in your style option. erick never stop questioning www.jeb.ca - Original Message - From: Peopleclick Customer Support <[EMAIL PROTECTED]> To: Sent: Friday, March 02, 2001 6:33 PM Subject: [perl-win32-gui-users] perl-win32-gui-users I have a combo

Re: [perl-win32-gui-users] combobox making me crazy

2001-03-03 Thread Erick J. Bourgeois
I know when I would forget a comma in the options, I would not get the proper output. Try either uncommenting the WS_NOTIFY or adding a comma after the 2. | my @months = ('',Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec); | | my $fromMonth = $Window->AddCombobox( | -name => "fromMonth", | -lef