Re: GLCanvas in SWT, Problem with a Text widget

Posted by gouessej on
URL: https://forum.jogamp.org/GLCanvas-in-SWT-Problem-with-a-Text-widget-tp4025739p4025743.html

Hi

JOGL is an excellent choice, especially when you need nice support for heavyweight components and multiple screens.

Please can you try to reproduce your bug with OpenJDK too? Which version of Eclipse / SWT do you use?

Edit.: As a temporary workaround, you can use the SWT/AWT bridge with the AWT GLCanvas until we fix your bug.

Edit.2: Please don't mix JOGL 2.0 with SWT OpenGL binding, especially under GNU Linux. I know Wade disagrees with me about that but you will only have lots of troubles by doing that. Rather use NewtCanvasSWT, JOGL 2.0 SWT GLCanvas, JOGL 2.0 AWT GLCanvas + SWT/AWT bridge or NewtCanvasAWT + SWT/AWT bridge.
Julien Gouesse | Personal blog | Website