[osg-users] Viewer Hanging Problem (Without the main viewer loop)

2008-06-12 Thread Can T. Oguz
Hi Everybody, My problem is that when another window is instantly opened up on the viewer pane (I use OSG within MFC app. without the main viewer loop, I manipulate the camera manually and call frame() whenever necessary because %100 CPU usage is not always allowed, so I can not take advantage of

Re: [osg-users] Viewer Hanging Problem (Without the main viewer loop)

2008-06-12 Thread Can T. Oguz
Sorry, and the rest of the definition : .. for example a task manager, viewer hangs and does not respond to any commands. Is it wrong to use OSG without the main viewer loop. 2008/6/12 Can T. Oguz [EMAIL PROTECTED]: Hi Everybody, My problem is that when another window is instantly opened

Re: [osg-users] Viewer Hanging Problem (Without the main viewer loop)

2008-06-12 Thread Can T. Oguz
Hello again, I figured out that there is no hung OSG viewer but a WM_KEYDOWN message processed by the OSG's WindowProc. If you put an OSG Viewer in an MFC window, even if you don't activate OSG manipulators, OSG's Window Procedure is still active and handles messages before your