[perl-win32-gui-users] Combobox/Textfield

2001-04-07 Thread sean
I've seen some programs that have a combination Combobox/Textfield. So you can either enter text or choose text from the dropdown box. When I tried to do this with Win32::GUI, I can type in that space, but the program doesn't catch it, and instead gives me whatever was selected last. What I

RE: [perl-win32-gui-users] NonBlocking the Win32 Listen?

2001-04-07 Thread Piske, Harald
>This message was sent from Geocrawler.com by "Carol" > >I have tried to do thie but get the following >error: > >Can't locate auto/Win32/GUI/DoEvents.al in @INC > >when trying to use: > >Win32::GUI::DoEvents(); > >??? > >Any idears? Actually, yes. My guess is you ran into an old version of Win32

[perl-win32-gui-users] error when using Win32::GUI::DoEvents()

2001-04-07 Thread Carolyyne Courtney
I get the following error: Can't locate auto/Win32/GUI/DoEvents.al in @INC when using: $abort = Win32::GUI::DoEvents(); Help!! Thanks, This is what I'm trying to do - is there a better way? ### use Win32::GUI; use strict; my $M = new Win32::GUI::Menu( "&File" => "File", " > &Stop"

[perl-win32-gui-users] error when using Win32::GUI::DoEvents()

2001-04-07 Thread Carolyyne Courtney
I get the following error: Can't locate auto/Win32/GUI/DoEvents.al in @INC when using: $abort = Win32::GUI::DoEvents(); Help!! Thanks, This is what I'm trying to do - is there a better way? ### use Win32::GUI; use strict; my $M = new Win32::GUI::Menu( "&File" => "File", " > &Stop"