Re: [wxVTK] wxVTK in wxNoteBook
Brought to you by:
malat
From: Kerry L. <lo...@gm...> - 2009-04-28 13:26:37
|
Ahh, so you have hidden renderwindows that are created hidden and have never been visible? This is different from my application - I never have a renderwindow that is created hidden. It does sound like you might be on to something thinking that this is the cause of the problem, although I can't see any obvious calls that are made (in my code) just because a window becomes visible. Maybe it's burried in the wx or VTK code? Offscreen rendering with VTK has been done, but I've never tried it myself and some quick googling suggests that it's not very straight-forward (and may no-longer be supported?). Sorry I can't be of more help. -Kerry On Mon, Apr 27, 2009 at 6:21 PM, ABE Hiroshi <ha...@gm...> wrote: > Hi, Kerry and Mathieu and all, thank you for your comments. > > Regarding Mathieu's commented on the port, my VTK port is MacOSX > Carbon. Because I thought I should use the same carbon version with > my port of wxWidgets/VTK. > > Had I better to use Cocoa versiion? > > On 2009/04/28, at 1:22, Kerry Loux wrote: > > 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? > > > > My application is planed to 'record' the 3D view images while the > simulation time marches so the hidden windows also must be updated. > So I cannot stop rendering the hidden pages. If there is an Off- > Screen mode, I would like to use it. > > As I mentioned in my previous mail, once I make the all pages visible > before rendering, the problem is never occurred. So I think some > necessary methods might be missed to fit the VTK view to the page's > wxPanel or so, which is automatically invoked when visible. I am > trying to debug and catch an event to pop up the 'bare' window but > very difficult for me so far. > > I hope I could inform you my situation properly. > > Regards, > > ABE Hiroshi > from Tokorozawa, JAPAN > > > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > |