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

