Re: [wxVTK] WindowRemap not implemented (was Re: Problems on Mac OS 10.5 and wxWidgets 2.8.7)
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-08-15 18:43:53
|
Doug, On Fri, Aug 15, 2008 at 8:36 PM, Doug McCorkle <mc...@ia...> wrote: > > On Aug 15, 2008, at 12:59 PM, Mathieu Malaterre wrote: > >> On Fri, Aug 15, 2008 at 7:49 PM, Doug McCorkle <mc...@ia...> wrote: >>> >>> It is aborting before OnPaint is being called: >> >> where exactly ? Can you run gdb and send me the backtrace (bt command). >> > No need to do that since the abort is in the Render function as noted below. Ok this means there is something wrong going on. You need to send me the value returned by GetHandleHack() it is not entering the first if() but entering the else if() and it does not make sense... >> Try wxSample and tell me if you can see the Cone. As shown in the >> picture (scroll down): > > No cone: > > leonidas:build mccdo$ ./wxSample.app/Contents/MacOS/wxSample > 2008-08-15 13:35:20.399 wxSample[50085:10b] *** -[NSHIObject > userSpaceScaleFactor]: unrecognized selector sent to instance 0x3560300 > 2008-08-15 13:35:20.401 wxSample[50085:10b] HIToolbox: ignoring exception > '*** -[NSHIObject userSpaceScaleFactor]: unrecognized selector sent to > instance 0x3560300' that raised inside Carbon event dispatch I remember that wx comes with 3 simple toy examples: cube, penguin and isosurf. There are OpenGL based app using wx. Do they work on your OS ? Thanks, -- Mathieu |