Re: NG: bring_to_front doesn't always work [message #89224 is a reply to message #89223] |
Wed, 06 August 2014 12:50   |
dg86
Messages: 118 Registered: September 2012
|
Senior Member |
|
|
On Wednesday, August 6, 2014 1:05:34 PM UTC-4, Chris Torrence wrote:
> Hi David,
>
>
>
> I think this might be a bug in the Mesa OpenGL software-rendering library. Can you check your IDL preferences and see if you have "software" rendering enabled? If you do, can you switch it to "hardware" rendering and see if the problem goes away?
>
>
>
> -Chris
Dear Chris,
You may be right about the culprit being Mesa OpenGL.
I usually run IDL from emacs (or the command line) rather than from the Workbench, and so have
not fiddled with the settings for the graphics backend. I just fired up the IDL 8.3 Workbench and
tried to run my example script. It worked as usual with software rendering enabled, but not
at all with hardware rendering enabled, instead emitting error messages such as
% Graphics device not available: GL_COCOA.
% Attempt to destroy an object within its INIT method: <ObjHeapVar11153(GRAPHICSWIN)>.
% Execution halted at: $MAIN$
So, hardware rendering appears not to work at all(!).
I'm running IDL 8.3 under OS X 10.9.4 on a Macbook Pro.
All the best,
David
|
|
|