Re: [perl-win32-gui-users] Catching Combobox droplist mouse clicks

2005-05-23 Thread Robert May
Jez White wrote: Kurt, droplist didn't work with the mouse but it wasn't obvious why. I wonder if invoking Dialog() via an instance should be outright forbidden in GUI.pm or GUI.xs. Unless there is a reason for Dialog to exists as a method - it probably should be forbidden - thoughts

Re: [win32gui] [perl-win32-gui-users] Catching Combobox droplist mouse clicks

2005-05-07 Thread Jez White
Kurt, droplist didn't work with the mouse but it wasn't obvious why. I wonder if invoking Dialog() via an instance should be outright forbidden in GUI.pm or GUI.xs. Unless there is a reason for Dialog to exists as a method - it probably should be forbidden - thoughts anyone? Cheers, jez.

[perl-win32-gui-users] Catching Combobox droplist mouse clicks

2005-05-05 Thread Kurt G
From reading this list it seems I'm wasn't the only Win32::GUI user befuddled by droplist style Combobox control not catching mouse clicks and other events. I spent way too much time yesterday RTFM, digging for a solution, and trying to get it to work but finally today stumbled into the

Re: [win32gui] [perl-win32-gui-users] Catching Combobox droplist mouse clicks

2005-05-05 Thread Robert May
From the html page for the Win32::GUI class: Dialog() Enter the GUI dialog phase: the script halts, the user can interact with the created windows and events subroutines are triggered as necessary; note that this function must be called without ANY parameter or instantiation (eg. don't