Re: [osg-users] Widget and Exception

2008-09-25 Thread Julen García
Hello Jeremy,

Thanks for your help.

Do you mean to this http://www.openscenegraph.org/projects/osg/changeset/8876?

Have I to download theses files and replace them?

Thanks again :)



- Mensaje original 
De: Jeremy Moles <[EMAIL PROTECTED]>
Para: OpenSceneGraph Users 
Enviado: miércoles, 24 de septiembre, 2008 15:25:10
Asunto: Re: [osg-users] Widget and Exception

On Tue, 2008-09-23 at 09:23 +, Julen García wrote:
> Hello,
> 
> I have downloaded the 2.6 version and I'm trying to add widget
> components to my project. All is ok but when I pass the mouse on a 3D
> object of my scene, an exception occurs

Sorry for the late response; I was out of the office yesterday and can
only send e-mail from physically inside my office.

This bug was fixed in the SVN trunk a week ago.. I can e-mail you the
patch directly, if you'd like, or you can use trunk. Just let me
know. :)

> I use this function to start my project
> 
> return osgWidget::createExample(viewer, wm, myScene->getScene());
> 
> That is ok? If I use return osgWidget::createExample(viewer, wm); my
> scene doesn't appears. I've tried to call first
> viewer.setSceneData(myScene->getScene()); but it doesn't work.
> 
> Thanks in advance
> 
> 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org



  ___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Widget and Exception

2008-09-24 Thread Jeremy Moles
On Tue, 2008-09-23 at 09:23 +, Julen García wrote:
> Hello,
> 
> I have downloaded the 2.6 version and I'm trying to add widget
> components to my project. All is ok but when I pass the mouse on a 3D
> object of my scene, an exception occurs

Sorry for the late response; I was out of the office yesterday and can
only send e-mail from physically inside my office.

This bug was fixed in the SVN trunk a week ago. I can e-mail you the
patch directly, if you'd like, or you can use trunk. Just let me
know. :)

> I use this function to start my project
> 
> return osgWidget::createExample(viewer, wm, myScene->getScene());
> 
> That is ok? If I use return osgWidget::createExample(viewer, wm); my
> scene doesn't appears. I've tried to call first
> viewer.setSceneData(myScene->getScene()); but it doesn't work.
> 
> Thanks in advance
> 
> 
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Widget and Exception

2008-09-23 Thread Julen García
Hello,

I have downloaded the 2.6 version and I'm trying to add widget components to my 
project. All is ok but when I pass the mouse on a 3D object of my scene, an 
exception occurs

I use this function to start my project

return osgWidget::createExample(viewer, wm, myScene->getScene());

That is ok? If I use return osgWidget::createExample(viewer, wm); my scene 
doesn't appears. I've tried to call first 
viewer.setSceneData(myScene->getScene()); but it doesn't work.

Thanks in advance



  ___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org