Re: [osg-users] osg-users osgviewerQT

2007-09-25 Thread Robert Osfield
Hi Jim, I suspect this problem is down to stupid bit of behavior under OSX that Apple decided was a good idea... basically you have to tell the OS that you actually want events in your application. osgViewer::GraphicsWindowCarbon has a call to do this, this must be missing from QT. The

Re: [osg-users] osg-users osgviewerQT

2007-09-24 Thread James E. Hopper
David/Robert, i am on mac. must be a mac issue. i have the same problem with the MDI demo that someone else on the list had posted. best jim ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] osg-users osgviewerQT

2007-09-24 Thread James E. Hopper
David, I have an intel mac powerbook. i built using qmake. i created this pro file: -- TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . # Input SOURCES += osgviewerQT.cpp QT += opengl DEFINES = USE_QT4 mac { LIBS = -framework OpenThreads -framework osg -framework