[perl-win32-gui-users] AxWindow examples

2005-05-05 Thread Ariel Serbin
Does anyone have any axwindow examples that embed applications other that IE? I've gotten IE to work nicely, but have run into some weird behavior with Excel. Now I am specing an application which would need a viewer for a variety of document types. I would be interested in seeing examples for

[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