[osg-users] [osgPlugins] Undocking osg qt widget from tab window

2013-09-12 Thread Thomas Stegemann
Hi, I am trying to undock an from a QTabWidget: Code: QWidget* gv = // here is the osgviewer widget (using Qt's OGLWidget) QDialog* dlg = new QDialog(this); dlg-setWindowTitle(hello earth); QHBoxLayout* pMainLay = new QHBoxLayout; gv-setMinimumSize(100,100);

Re: [osg-users] [build] Problems compiling OSG 3.2 with QT 5.1

2014-03-04 Thread Thomas Stegemann
Hi, i was able to solve the issue with finding qt5 by setting those variables: set(DESIRED_QT_VERSION 5 CACHE STRING ) set(CMAKE_PREFIX_PATH C:/Qt/5.1.1/msvc2012_64_opengl CACHE PATH ) Thank you! Cheers, Thomas -- Read this topic online here:

Re: [osg-users] [build] Problems compiling OSG 3.2 with QT 5.1

2014-03-04 Thread Thomas Stegemann
Hi, I have the same problem with Qt 5.1 and Open Scene Graph 3.2, too. It seems OSG doesn't find Qt 5 and searches for Qt 4 instead. I already tried the following defines in the cmake cache. set(CMAKE_PREFIX_PATH C:/Qt/5.1.1/msvc2012_64_opengl/bin CACHE PATH ) set(Qt_FIND_VERSION 5.1.1 CACHE

[osg-users] Open Scene Graph 3.4.0 has bug when using two monitor setup

2015-09-01 Thread Thomas Stegemann
If you have a multi-monitor setup (e.g. 2 Monitors attached) running the latest stable release 3.4.0 of OpenSceneGraph, the application crashed at startup when no --screen parameter is set. (OSG tries to use all monitors by default, worked with 3.2.3) This doesn't happen if you explicitely call

Re: [osg-users] Open Scene Graph 3.4.0 has bug when using two monitor setup

2015-09-01 Thread Thomas Stegemann
homas, On 1 September 2015 at 08:58, Thomas Stegemann <thomas.stegem...@outlook.com> wrote: If you have a multi-monitor setup (e.g. 2 Monitors attached) running the latest stable release 3.4.0 of OpenSceneGraph, the application crashed at startup when no --screen parameter is set. (OSG tri

Re: [osg-users] Open Scene Graph 3.4.0 has bug when using two monitor setup

2015-09-01 Thread Thomas Stegemann
GraphicsContext::getTraits(). Robert. On 1 September 2015 at 11:53, Thomas Stegemann <thomas.stegem...@outlook.com> wrote: Hi Robert,HW: Nvidia GeForce GTX 770, Intel i7 4770, 32GB, 2 Displays (each 1920x1200 px)OS: Win7 x64,- compiled using Visual Studio 12 (2013) for x64- same se

Re: [osg-users] Open Scene Graph 3.4.0 has bug when using two monitor setup

2015-09-03 Thread Thomas Stegemann
Hi zhuwan, did you started osgviewer.exe without --screen parameter?Everything is working if I add the --screen 0 or --screen 1 parameter, but it crashes when no parameter is given. I updated to the latest Driver and the bug is still there (for me). Thomas Date: Thu, 3 Sep 2015 19:32:42 +0800