in reply to Re: Wx::ActiveX::IE, setting event return in ppDisp crashes
in thread Wx::ActiveX::IE, setting event return in ppDisp crashes

It works fine writing to it for blocking the popup
$event->{Cancel}=1;
but maybe that is some special case?

Replies are listed 'Best First'.
Re^3: Wx::ActiveX::IE, setting event return in ppDisp crashes
by Anonymous Monk on Nov 11, 2009 at 19:41 UTC
    That is its intended use, it is a short lived object, and it gets destroyed after the callback is finished.