From: Peter E. <Pet...@at...> - 2001-03-05 19:51:47
|
unfortunately that didn't do it. Anyone else seen this type of behaviour before? -----Original Message----- From: Erick J. Bourgeois [mailto:er...@e-...] Sent: Saturday, March 03, 2001 4:48 AM To: per...@li... Subject: Re: [perl-win32-gui-users] combobox making me crazy 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", | -left => 65, | -top => 440, | -width => 60, | -height => 150, | -style => WS_VISIBLE | 2 # | WS_NOTIFY, | ); | erick never stop questioning www.jeb.ca _______________________________________________ Perl-Win32-GUI-Users mailing list Per...@li... http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users |