Re: [wxVTK] wxVTK in wxNoteBook
Brought to you by:
malat
From: Kerry L. <lo...@gm...> - 2009-04-27 16:22:26
|
Hello ABE, I'm not sure I understand your problem completely, but I thought I'd comment since I'm using wxVTK in what sounds like a similar application. I use a wxAuiNotebook with a wxVTKRenderWindowInteractor on each page, displaying different information. I have no issues whatsoever with updating the hidden pages and the appearance of the top page. I'm running WinXP, so perhaps it is a platform-dependant issue? I'm not updating my images at anything close to "real-time," so perhaps this has something to do with it, too. Can you supress the call to render the hidden pages until they are no longer hidden? -Kerry On Sun, Apr 26, 2009 at 4:14 AM, ABE Hiroshi <ha...@gm...> wrote: > 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 > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > |