Win32::OLE crashes

2005-11-28 Thread Richard Bell
I'm trying to make some enhancements to Win32::IE::Mechanize that involve (in part) blocking popups. Several online examples suggest catching the NewWindow event and setting cancel true. When I attempt to do so I get Win32::OLE crashes. I've included an example program that exhibits the issue

RE: Win32::OLE crashes

2005-11-28 Thread Jan Dubois
On Mon, 28 Nov 2005, Richard Bell wrote: > I'm trying to make some enhancements to Win32::IE::Mechanize that > involve (in part) blocking popups. Several online examples suggest > catching the NewWindow event and setting cancel true. When I attempt > to do so I get Win32::OLE crashes. I've included