Hi Dženan When use AdapaterWidget you'll need to set the threading model to SingleThreaded, as AdatperWidget uses GraphicsWindowEmbedded which can only work SingleThreaded due to hiding support for any context controls. There has been lots of discussion about this constraint and the reasons for it on osg-users/forum over the last couple of years so do a search for GraphicsWindowEmbedded. You should see that the osgviewerQT example explictly sets threading model to SingleThreaded.
I don't know whether this has any relevant to the issues in your app, but it's certainly something worth fixing and then retesting. Robert. 2010/9/16 Dženan Zukić <[email protected]>: > Hi, > > I forgot to say, I have ViewerQt (adapterWidget) on the main form, > scenegraph is added to it, and then doWork procedure is called. Frames are > rendered when needed with QApplication::ProcessEvents(), which also calls > frame(). > > Thank you! > > Cheers, > Dženan > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=31668#31668 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

