Hello <your name here>,

(if Robert were here he would probably ask you to sign your posts with a name that most people here would be able to read... just so we can address you correctly)

For example my screen resolution 800x600 so when I create
in osg window 800*600 I still see status bar with startup button but I don't
want to see it. When I try to use fullscreen mode my dialogs becomes behind
osg window and I can't see them.
What should I do?

If you use fullscreen, you can still alt-tab to your dialogs. You can't switch to them with the taskbar, because it's obscured by your fullscreen OSG display, but you still have alt-tab.

If that's not what you want, you'll have to set up your GraphicsContext with traits that disable what's called "window decorations". The setUpView* methods are just convenience, but you still have the control to do what you want by setting up the traits in any way you like and creating the GraphicsContext yourself.

You can copy the code from osgViewer::View::setUpViewInWindow, and just set

  traits->windowDecoration = false

Hope this helps,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to