RE: [perl-win32-gui-users] Newbie to GUI -- Busy Window?

2002-04-05 Thread paul . barker
Hi Sean If the PPM on SourceForge is the one I built for Aldo (I think it is) it was built and tested on Windows 2000 with ActiveState Perl 5.6.1 build 630. I have tested the PPM on Win XP but not 95. One question, did you do ppm remove Win32-GUI before you installed the new version ? If not it m

RE: [perl-win32-gui-users] Newbie to GUI -- Busy Window?

2002-04-05 Thread Sean Healy
My message is unclearly worded. I didn't mean that I couldn't get PPM to install it (the actual .ppd parses fine), but that Win32::GUI no longer works once I install 0.0.665. This is the error message I get: Can't load 'F:/Perl/site/lib/auto/Win32/GUI/GUI.dll' for module Win32::GUI: load_fil

Re: [perl-win32-gui-users] problems with combobox

2002-04-05 Thread Aldo Calpini
[EMAIL PROTECTED] wrote: > problem is when i click on the comboxbox it will only list 1 entry (there > are 2) InsertItem() can insert only one item at a time. use this instead: $dunlist->Add(@dunentries); > and both $Window and $Window2 will freeze. what am i doing wrong? you should not call