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

You're not supposed to use $event as storage, you're only supposed to get information from it
  • Comment on Re: Wx::ActiveX::IE, setting event return in ppDisp crashes

Replies are listed 'Best First'.
Re^2: Wx::ActiveX::IE, setting event return in ppDisp crashes
by sverrit (Initiate) on Nov 11, 2009 at 03:27 UTC
    It works fine writing to it for blocking the popup
    $event->{Cancel}=1;
    but maybe that is some special case?
      That is its intended use, it is a short lived object, and it gets destroyed after the callback is finished.