Re: [Plplot-devel] The status of the wxwidgets IPC development

2017-02-24 Thread Alan W. Irwin
On 2017-02-24 21:32-0800 Alan W. Irwin wrote: > In sum, the -DPL_WXWIDGETS_IPC2=ON has been largely matured with the > only [3 issues left]. Hi Phil: The corollary to this maturation which I forgot to mention is all remaining changes to the -DPL_WXWIDGETS_IPC2=ON code should be small. So I than

Re: [Plplot-devel] The status of the wxwidgets IPC development

2017-02-24 Thread Alan W. Irwin
On 2017-02-24 00:19-0800 Alan W. Irwin wrote: > I am currently trying to track down a bug (uncaught exception on the > wxPLViewer side) that shows up whenever there is an attempt to plot > multiple pages. I tried to copy the code stanzas from the old > wxplframe.cpp code to the #ifdef PL_WXWIDGET

[Plplot-devel] Please review commit 7c3f62f

2017-02-24 Thread Alan W. Irwin
Hi Phil: My two-line fix definitely solved an uninitialized variable issue as reported by valgrind for wxPLViewer, but I would appreciate you reviewing this fix to make sure it does not subvert some wxwidgets purpose you had in mind when you wrote that code. Alan __ Alan W

Re: [Plplot-devel] The status of the wxwidgets IPC development

2017-02-24 Thread Alan W. Irwin
Hi Phil: At long last I have some preliminary code (commit 635df69) for you to look at that produces (for -DPL_WXWIDGETS_IPC2=ON) good results for one-page plots such as x00c, x01c, and x24c, but which currently has a bug for multipage plots which I am trying to understand. Sorry this took so lon