RE: [perl-win32-gui-users] Win32::DialogBox - LostFocus() Event in Button and RadioButton Objects doesn't seem to work for me

2001-11-16 Thread Frazier, Joe Jr
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

RE: [perl-win32-gui-users] Cancel action requests

2001-11-16 Thread Peter Eisengrein
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

[perl-win32-gui-users] Cancel action requests

2001-11-16 Thread Marcus
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

Re: [perl-win32-gui-users] command line parameters from drop-event?

2001-11-16 Thread Marcus
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

Re: [perl-win32-gui-users] ListView MultiSelect

2001-11-16 Thread Jonathan Southwick
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:

[perl-win32-gui-users] command line parameters from drop-event?

2001-11-16 Thread Mark Wilkinson
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

RE: [perl-win32-gui-users] Win32::DialogBox - LostFocus() Event i n Button and RadioButton Objects doesn't seem to work for me

2001-11-16 Thread Piske, Harald
> 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