Hi, I have a compositeviewer with multiple views. One of them has a windowmanager with canvas window. My problem is that after i closed the window, the view is still present (getNumViews() was not decreased). And even if i call removeView() the canvas reference is not deleted.
I want to close and readd the same window/view during runtime. Maybe i can catch the CLOSE event, call removeView + set my canvas reference to null. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69683#69683 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org