Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Pedro Vicente
> I get something different here > > 12:45:37: Debug: wxPLplotwindow > 12:45:37: Debug: frame->Create > 12:45:37: Debug: wxPLplotwindow::Show this is interesting. It seems that the frame->Create call does *NOT* trigger the wxPLplotwindow::OnCreate event on your run otherwise you would have this

Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Alan W. Irwin
On 2016-12-15 11:24-0500 Pedro Vicente wrote: > Hi Alan > > > Success > > The solution is to override the Show() function of the window, that is called > in the demo. > So no need to modify the demo at all with a custom function call. > > > in wxPLplotwindow.h I just added this function > > templ

Re: [Plplot-devel] wxPLplotDemo.cpp -- FIXED

2016-12-15 Thread Pedro Vicente
Hi Alan Success The solution is to override the Show() function of the window, that is called in the demo. So no need to modify the demo at all with a custom function call. in wxPLplotwindow.h I just added this function template bool wxPLplotwindow::Show(bool show) { wxLogDebug("wxPLplot