[wxVTK] Problems on Mac OS 10.5 and wxWidgets 2.8.7
Brought to you by:
malat
From: Doug M. <mc...@ia...> - 2008-08-09 02:21:21
|
Hello, I have an application that is built on Mac OS 10.5 with wxWidgets 2.8.7 and VTK 5.2. When the wxVTK windows are created I get this error: 2008-08-08 21:15:48.815 FinanceViewer[1323:10b] *** -[NSHIObject userSpaceScaleFactor]: unrecognized selector sent to instance 0x329e3c0 2008-08-08 21:15:48.817 FinanceViewer[1323:10b] HIToolbox: ignoring exception '*** -[NSHIObject userSpaceScaleFactor]: unrecognized selector sent to instance 0x329e3c0' that raised inside Carbon event dispatch 2008-08-08 21:16:43.929 FinanceViewer[1323:10b] *** -[NSHIObject userSpaceScaleFactor]: unrecognized selector sent to instance 0x32b1710 2008-08-08 21:16:43.930 FinanceViewer[1323:10b] HIToolbox: ignoring exception '*** -[NSHIObject userSpaceScaleFactor]: unrecognized selector sent to instance 0x32b1710' that raised inside Carbon event dispatch And the windows do not render properly. Any suggestions on what to do to debug the problem? Is anyone successfully using wxVTK with a similar software configuration? Also, I am using the latest released version of wxVTK. Thanks for the help. Doug |