Login  Register

Re: Problem with GLCanvas in Eclipse RCP application

Posted by Celine on Jan 22, 2013; 11:09am
URL: https://forum.jogamp.org/Problem-with-GLCanvas-in-Eclipse-RCP-application-tp4027754p4027970.html

Sven Gothel wrote
When it 'blinks', will the GLCanvas stay alive - or is it recreated?
The latter would imply destruction and recreation of the context/drawable
and hence calling destroy(..) and init(..) of all GLEventListeners.
The GLCanvas is recreated, destroy() and init() are called.

Links to opened bugs:
AWT http://bugs.sun.com/view_bug.do?bug_id=8006421
SWT https://bugs.eclipse.org/bugs/show_bug.cgi?id=397985