Re: [wxVTK] wxVTKRenderWindowInteractor within wxNotebook - change page problem
Brought to you by:
malat
From: Robbie J. <rj...@gm...> - 2009-04-22 03:50:30
|
A follow up with my build system: OS: Mac OS X 10.5.6 wxWidgets: 2.8.8 wxVTK: 1.49 (CVS checkout, also tried 1.41) VTK: 5.3 On Tue, Apr 21, 2009 at 8:29 PM, Robbie Jaeger <rj...@gm...> wrote: > Hi, > > I have a program that has the structure of wxFrame -> wxGridSizer -> > wxPanel -> wxGridSizer -> wxNotebook -> wxPanel as pages in the notebook (I > hope that makes sense). Each of the wxPanels has a > wxVTKRenderWindowInteractor that I want to draw VTK files to. When I have > more than one page open in the notebook, I can open and display a file from > VTK, but only for the last page in the notebook. If I change pages, the > wxVTKRenderWindowInteractor remains visible and the other > wxVTKRenderWindowInteractor on the other pages remain behind the last one. > Has anyone on here run into this? I'm assuming there is some command that > I'm failing to invoke, but I cannot seem to find it. Any help would be > greatly appreciated. > > Thanks, > Robbie > |