Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
Hi Alan I think our emails just crossed. Thanks for the comments - in particular about the memory vs segfault issues and wxWidgets initialization. It seems like a minefield - I write regular GUI apps normally so don't delve into the guts of wxWidgets that's needed for writing amalgamations of co

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
Hi All Sorry, but I've done some more testing today and unfortunately my current patch causes problems if the user creates two streams running alongside each other. Currently I don't think wxPLPlotApp has sufficient awareness of the streams and frames to deal with all this correctly. This is goi

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread Alan W. Irwin
Hi Phil: Most of this is directed to you, but I also have a question for Andrew below. On 2013-02-24 02:03-0800 phil rosenberg wrote: > Hi Alan > I'll run the tests you suggest today some time (balancing kids and decorating at the moment) and send in the patch. I have also found that simply not

Re: [Plplot-devel] [ plplot-Bugs-3604554 ] wxwidgets window

2013-02-24 Thread phil rosenberg
Hi Alan I'll run the tests you suggest today some time (balancing kids and decorating at the moment) and send in the patch. I have also found that simply not calling wxUninitialize() when we destroy the first window allows the second window to work as normal. For some reason it seems that on Lin