Re: [osg-users] Mac OS X windowing system related issue (maybe)

2011-06-22 Thread Alessandro Terenzi
Thank you Stephan, I've tried by executing getWindowingSystemInterface() before opening the settings window but unfortunately it didn't help. On the other hand, I tried to call the viewer's realize() method BEFORE opening the settings window and now it has focus, can be moved and it works as

Re: [osg-users] Mac OS X windowing system related issue (maybe)

2011-06-22 Thread Alessandro Terenzi
Thank you Stephan, I've tried by executing getWindowingSystemInterface() before opening the settings window but unfortunately it didn't help. On the other hand, I tried to call the viewer's realize() method BEFORE opening the settings window and now it has focus, can be moved and it works as

Re: [osg-users] Mac OS X windowing system related issue (maybe)

2011-06-22 Thread Alessandro Terenzi
I finally managed to solve the issue: I called setUpViewAcrossAllScreens() before opening the settings window. What does setUpViewAcrossAllScreens do? Cheers. Alessandro -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=40735#40735

[osg-users] Mac OS X windowing system related issue (maybe)

2011-06-21 Thread Alessandro Terenzi
Hi, it is not easy to explain the nature of the issue I'm experiencing anyway I'll try. I have an OSG application (on Mac OS X) that, on startup (no viewer realized and not in the application loop yet), opens a video device in order to display a webcam stream inside the application itself (the

[osg-users] Mac OS X windowing system related issue (maybe)

2011-06-21 Thread Alessandro Terenzi
Hi, first of all I apologize if this is a duplicate post, I first tried to send a mail to the mailing list, but then I could not find it in this forum, so I'm trying again here by creating a new topic. It is not easy to explain the nature of the issue I'm experiencing anyway I'll try. I have

Re: [osg-users] Mac OS X windowing system related issue (maybe)

2011-06-21 Thread Stephan Huber
Hi Alessandro, Am 21.06.11 22:35, schrieb Alessandro Terenzi: If this can help, when I built OSG I chose 'Carbon' as windowing system, I built OSG as frameworks and I'm building my OSG application as a console application. If I build my application as an app bundle (instead of a try