From: Mattia B. <mb...@ds...> - 2002-04-15 21:17:47
|
> I'm using Wx::Html. Everything works fine until you exit the program > and you get an exception error. If you comment out "LoadPage" in the > HTMLPage package below, then the error does not occur, but the HTML > window is created fine. Also, if you click on a link on the page, it does not crash, nice one, this one... > I'm guessing something is still open in Wx::HTML, but if so what? It > may be something else of course. I thought that, too; adding $this->{HTML} = $html; in the ctor an then $this->{HTML}->Destroy(); just before the $this->Destroy() in OnCloseWindow stops the crash. > Using wxPerl 0.10 on MSW with ActivePerl 623. Thanks for this. > Here is the code (created in part by wxDesigner, but no code relating > to Wx::HTML is in the _wdr.pl file). An for the test case. Regards Mattia |