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 are only fired if
done by user interaction and not via script.

I have not had time to test button or other stuff yet, but hope this
helps someone.

Joe Frazier, Jr.
Technical Support Engineer
Peopleclick Service Support

Tel:  +1-800-841-2365
E-Mail: mailto:[EMAIL PROTECTED]


> -----Original Message-----
> From: Piske, Harald [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 16, 2001 5:43 AM
> To: '[EMAIL PROTECTED]'; Win32-GUI-Mailing List (E-mail)
> Subject: RE: [perl-win32-gui-users] Win32::DialogBox - 
> LostFocus() Event
> in Button and RadioButton Objects doesn't seem to work for me
> 
> 
> > 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 handler that gets called for a lot of the otherwise
> unhandled cases. If you're lucky, _LostFocus is one of them. 
> The actual
> message number is passed as the first parameter. I don't 
> exactely remember
> if _Anonymous gets fired for each unhandled message or just unhandled
> notification messages.
> 
> If that does not help, you could subclass all your controls to receive
> _MouseMove events and call your _LostFocus sub when another 
> control or the
> window sees mouse moves ... very easy in theory, just 
> terribly annoying to
> actually implement :-/
> 
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 

Reply via email to