Re: [perl-win32-gui-users] multiline textfields in a dialogui window under XP?

2006-07-16 Thread Robert May
Geoffrey Spear wrote: Thanks, that works beautifully. Oddly enough, though, while the Return wasn't being entered as a \r\n in my textfield, it wasn't being passed on to the button that has -ok => 1 set either, and the textfield was accepting the tab key to insert a tab (until I found another wo

Re: [perl-win32-gui-users] [win32-gui] Problem with Registering a DocumentComplete Event of WebBrowser2 in Win32::GUI::AxWindow

2006-07-16 Thread Robert May
Benjamin Kyan wrote: Has anyone else encountered issues with registering the DocumentComplete event with WebBrowser2 in Win32::GUI::AxWindow? For me, the following code sample is causing the Perl Interpreter (ActivePerl 5.8.8) to crash every time the DocumentComplete event is fired. I can tell