in reply to Re: wxPreviewFrame error on closing
in thread wxPreviewFrame error on closing
Hi Anon,
I've just been over all your code again, because it seems like the nearest to a solution so far.
I got to the same point as you, crashing on preview. It's the line my $state = $frame->Show(1);.
I picked out your other bits and pieces and used them selectively, but I got no further than before where I could get the preview to show, but I have to capture the preview EVT_COSE command on exit and handle it manually.
However, two more clues are:
So I wonder if the two are linked.
Regards
Steve.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: wxPreviewFrame error on closing
by Anonymous Monk on Sep 11, 2010 at 02:18 UTC |