[wxVTK] wxVTK in wxNoteBook
Brought to you by:
malat
From: ABE H. <ha...@gm...> - 2009-04-26 08:14:54
|
Hi, I have been working with wxGLCanvas and recently have been tried wxVTK. The wrapper is quite nice and really appreciated. I am planning of my program to have multiple wxVTK 3D pages with wxNotebook/wxauiNotebook. My program is so-called real-time visualization program so the 3D views are redrawn with time marching. There is no problem with one page with time marching. But if you have two pages, you got a 'bare' window in front of the program's main window when the hidden 3D view window is redrawn. I mean 'bare' is that the window has no frame. A strange thing is that the problem is not occurred once you see the hidden page by clicking the wx(aui)Notebook's tab. FYI, glCanvas version of the program is working without any problem so far. Any suggestions are really appreciated. Thank you in advance. My env. is MacOS X 10.4.11 (PowerMac MDD 867) VTK-5.4 wxWidgets-2.8.9 wxVTK (CVS latest as of now) ABE Hiroshi from Tokorozawa, JAPAN |