Thanks Harald. I did some playing and found:
Combobox:
7 = Open Dropdownlist
8 = Close Dropdownlist
9 = Change
10 = Lost Focus( got focus does not seem to give a value)
My call to reset did not seem to throw an event( no change event, nor
did additem). I can assume that this means the events a
Try using a _Timer instead of the while loop.
> -Original Message-
> From: Marcus [mailto:[EMAIL PROTECTED]
> Sent: 16 November 2001 12:09
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] Cancel action requests
>
>
> I hope somebody can help on this one
I hope somebody can help on this one. I need to use a cancel button so
the user can break out of a routine which is running. Problem is, the
button cannot be pressed until the action has completed.
Run this and you'll see that as long as the loop is counting, the
button click event will not respon
On 16.11.01 at 08:52 Mark Wilkinson wrote:
>I want my Win32::GUI (or any Perl app for that matter) to respond more
>like a
>native Windows program, and allow me to drop files from explorer onto
the
>"appname.pl" icon and that list of files becomes the @ARGV parameter
of
>the
>perl script.
It's pr
Here is the way to get rif of multiple selections:
in your ListView definition add:
-singlesel=> 1,
Thanks to [EMAIL PROTECTED] for pointing this out.
Jonathan Southwick
[EMAIL PROTECTED]
Technical & Network Services
Allegheny College, Meadville, PA 16335
(814) 332-2755
At 11/15/2001 08:
Hi group!
I know this is only tangentally Win32GUI related, but I suspect it comes up
more often among GUI users than any other Perl group, so here goes:
I want my Win32::GUI (or any Perl app for that matter) to respond more like a
native Windows program, and allow me to drop files from explorer
> The LostFocus() event doesn't respond at all when a mouse click
> happens on another object (button, textfield, etc.)
>From what I can see in the xs code, the button class is treated in a
different manner. You might want to try
Button_Anonymous {print join (', ', @_), '\n';}
This is an event
7 matches
Mail list logo