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
>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
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"
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"
4 matches
Mail list logo