> 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
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
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