RE: [perl-win32-gui-users] Drop down boxes

2001-07-12 Thread Piske, Harald
Tried your code snippet and it works fine. Maybe there's something wrong with one of your event subs? Or your general installation? What windows, perl (perl -v) and GUI (ppm query) versions are you using? Check your own code in a script that does nothing else (see below) and see if it does the same

[perl-win32-gui-users] Drop down boxes

2001-07-12 Thread Forhan, Michael
I am having a wierd problem utilizing drop down boxes. Using the following Code: my $DataList = $Window->AddCombobox( -name => 'DataList' ,-width=> 70 ,-height => 100 ,-top