Hi Gordon,

Well Stephan's written the GraphicsWindowCarbon which is OSX based and
has nothing to do with Win32 implementation of GraphicsWindow (which
is being independently developed), let alone anything to do with
Producer/src/RenderSurface_Win32.cpp.

The final GraphicsWindowWin32 which is being developed by André
Garneau will also not be related to
Producer/src/RenderSurface_Win32.cpp.  Rather in some ways it'll be
equivelant to RenderSurface_Win32.cpp, although encompassing events as
well.

It may be there is some functionality that you'd like to see from
GraphicsWindowWin32 then  it'd be worth waiting this this is
contributed then review it yourself.  If there are short comings in
GraphicsWindow or its subclasses then I'm keen to address them if
there appropriate for the scope of osgViewer (it might be that some
features are more suited for external extensions to GraphicsWindow or
osgViewer.)

Robert.


On 1/16/07, Gordon Tomlinson <[EMAIL PROTECTED]> wrote:
Hi Stephan

I presume this is similar to Procuders RenderSurface_Win32.cpp ? if not
ignore me :)

In the Producer RenderSurface_Win32.cpp creates a default cursor and theres
know way to tell
Producer not to do this, so we have to change the source to not create a
cursor

_defaultCursor = LoadCursor( NULL, IDC_ARROW);

and we do

_defaultCursor = NULL;

If you are creating a default cursor would it be possible to be able to
specify whether
a cursor should be loaded or not ?


Thanks



Best Regards



Gordon

__________________________________________________________

"Self defence is not a function of learning tricks
but is a function of how quickly and intensely one
can arouse one's instinct for survival"
- Master Tambo Tetsura




-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Robert Osfield
Sent: Tuesday, January 16, 2007 4:24 PM
To: osg users
Subject: Re: [osg-users] CompositeViewer taking shape


Hi Stephan,

On 1/16/07, Stephan Huber <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Robert Osfield schrieb:
> > A cvs update will get all this functionality... but right now Win32
> > users will need to wait to play... GraphicsWindowWin32 should be along
> > soon though so please be patient.
>
> Yippie! And it (osgmultiplecameras) works on OS X like advertised!
> Thanks a lot :)

Thanks for the feedback, great relief to hear it working fine.  Kudos
to yourself for getting GraphisWindowCarbon working sweat enough to
allow completely new viewers to work with it without problems ;-D

Have you tested all the other OSG examples?  Run the runexamples.bat script?

Robert.
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/


_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to