Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-04 Thread Cedric Pinson
Replacing the MOTIF_HINT code by the code provided by Leif make fullscreen working for me without stacking problem. But i don't know how it will work on other plateform. Cedric Pinson wrote: > I will test that. On my computer the toogle fullscreen does not work. it > fails to go in windowed

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Cedric Pinson
I will test that. On my computer the toogle fullscreen does not work. it fails to go in windowed mode. I tried last day to check what could be a problem. I saw that if there is always a 'window decoration' it could work. i mean the switch work one time. the second time it does not work because

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Leif Delgass
Robert and Cedric, I reported a fullscreen issue with GNOME (metacity WM) in the thread Robert mentions. For me, entering and leaving fullscreen mode works, but the fullscreen window appears under the GNOME panels at the top and bottom of the screen. The fix for this is to use a fullscreen WM hi

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Robert Osfield
HI Cedric, Changing the order would be fine. This would also apply to the camera manipulators too. If you make some changes and your happy just post me the complete changed file and I'll do a review of it. This is pretty low priority issue though. The window resize issue you talk about much hi

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Cedric Pinson
I checked the --help-keys option of osgviewer, in fact everything is here to work but all EventHandler are created after the process of options. i tested with something like that and it report the keys i know it changes the order of created HandlerEvent. But what do you think ? // add the w

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Robert Osfield
HI Cederic, Have a look through Septembers archives as there was another thread about problems under that I believe under Gnome. I use KDE myself and everything is working fine so its a window manager issue - i.e. its not supporting how osgViewer::GraphicsWindowX11.cpp is try to to change the win

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Cedric Pinson
I use the last version of the svn. from this morning. i use gnome environnement. I think the log in my previous are wrong. GraphicsContext::getWindowingSystemInterface() 0x8058a900xb7eef200 draw() 0x805a450 Screen resolution = 640x480 cull() cull() got SceneView 0x805abc8 end cull() 0x805

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Robert Osfield
Hi Cedric, Which version of the OSG are you working against? What window manager are you using? On 10/3/07, Cedric Pinson <[EMAIL PROTECTED]> wrote: > Hi, > > I have a strange behviour when i ran osgviewer it start in fullscreen > mode and when i tried to disable fullscreen to go in window mode

Re: [osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Cedric Pinson
here the debug log when i hit f for the fullscreen cull() cull() got SceneView 0x805abc8 end cull() 0x805a450 end draw() 0x805a450 draw() 0x805a450 draw() got SceneView 0x805abc8 *Expose x=0x3 y=0x1a5 width=0x261, height=0x3 Expose x=0x3 y=0x1a8 width=0x3, height=0x50 Expose x=0x3 y=0x1f8 width=0x

[osg-users] full screen mode in osgviewer and options in command line

2007-10-03 Thread Cedric Pinson
Hi, I have a strange behviour when i ran osgviewer it start in fullscreen mode and when i tried to disable fullscreen to go in window mode with the key F. it does not success to make the switch. I will dig but i would like to know if i am alone or not. and i saw that osgviewer --help-keys Usag