Re: [osg-users] simple window manager to reopen a window

2012-01-01 Thread Andrey Ibe
thank you sth! i am now able to store the state of the window. never the less, with the error going on i am still not able to move forward. i forgot to mention, that if i try to open the window and run the realize() method on my compositeViewer - in say 5 seconds from launching the

Re: [osg-users] simple window manager to reopen a window

2012-01-01 Thread Andrey Ibe
update: i found this thread http://forum.openscenegraph.org/viewtopic.php?t=9176 and using this command Code: _viewer-setRunFrameScheme(osgViewer::ViewerBase::ON_DEMAND); i got rid of the annoying irresponsivness. i am still getting the error though. however, i bumped into another issue -