I'm attempting to use org.eclipse.swt.widgets.Menu as a popup menu over a com.jogamp.newt.swt.NewtCanvasSWT in an Eclipse RCP application.
When running with Red Hat Enterprise Linux 6.5 (64 bit), the menus simply do not appear (but the same code works fine under Windows).
It looks like this issue has been mentioned before a few times:
http://forum.jogamp.org/Render-problems-for-custom-context-menu-in-OpenGL-SWT-td2255271.html#a2255766http://forum.jogamp.org/NewtCanvasSWT-vs-swt-GLCanvas-td4029929.htmlBut neither post really seems to directly address the issue or propose a solution.
The issue occurs in both JOGL 2.1.5 and 2.2.0.
Has anyone else encountered this issue with SWT / Eclipse RCP / JOGL / Linux / and popup menus?
Thanks in advance for any help,
Geoff