Re: [osg-users] databasepageloader and composite viewer

2007-11-09 Thread David _
-users] databasepageloader and composite viewer David _ schrieb: Hi Robert, i´ll explaing the process we´re following and maybe you can see if we´re doing something wrong we´re using wxwidgets to manage the windows system which is composed by a MDI parent frame and many MDI child

Re: [osg-users] databasepageloader and composite viewer

2007-11-07 Thread Stephan Maximilian Huber
David _ schrieb: Hi Robert, i´ll explaing the process we´re following and maybe you can see if we´re doing something wrong we´re using wxwidgets to manage the windows system which is composed by a MDI parent frame and many MDI child frames which all share the same parent frame. each MDI

Re: [osg-users] databasepageloader and composite viewer

2007-11-07 Thread David _
(!navigator_vector.empty()) { delete navigator_vector.back(); navigator_vector.pop_back(); } } Date: Wed, 7 Nov 2007 13:37:20 + From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, You shouldn't

Re: [osg-users] databasepageloader and composite viewer

2007-11-07 Thread David _
us Date: Tue, 6 Nov 2007 11:20:57 + From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, I've had a quick check through View.cpp and the destructor doesn't do anything more than

Re: [osg-users] databasepageloader and composite viewer

2007-11-07 Thread Robert Osfield
(probably the second), but it´s working fine now. thanks for the help Date: Tue, 6 Nov 2007 12:50:12 + From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, There a few too many parts

Re: [osg-users] databasepageloader and composite viewer

2007-11-06 Thread Robert Osfield
Hi David, Which version of the OSG are you using? Robert. On Nov 5, 2007 9:40 AM, David _ [EMAIL PROTECTED] wrote: Hi We´re dealing with a MDI application with multiple views of the same scene, which is composed by some pagelod islands. we´re using the composite viewer in order to have

Re: [osg-users] databasepageloader and composite viewer

2007-11-06 Thread David _
Hi Robert we´re currently using OSG 2.2 under windows compiled with visual studio 2005 Date: Tue, 6 Nov 2007 09:01:07 + From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, Which version

Re: [osg-users] databasepageloader and composite viewer

2007-11-06 Thread Robert Osfield
with visual studio 2005 Date: Tue, 6 Nov 2007 09:01:07 + From: [EMAIL PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, Which version of the OSG are you using? Robert. On Nov 5, 2007 9:40 AM

Re: [osg-users] databasepageloader and composite viewer

2007-11-06 Thread David _
@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, I've had a quick check through View.cpp and the destructor doesn't do anything more than unref the Scene object that should be shared between each of your views, and as such shouldn't

Re: [osg-users] databasepageloader and composite viewer

2007-11-06 Thread Robert Osfield
PROTECTED] To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] databasepageloader and composite viewer Hi David, I've had a quick check through View.cpp and the destructor doesn't do anything more than unref the Scene object that should be shared between each of your views