Login  Register

Re: NEWT blocks SWT Thread

Posted by sam on Nov 29, 2012; 9:32am
URL: https://forum.jogamp.org/NEWT-blocks-SWT-Thread-tp4027270p4027289.html

ok

I have tested the autobuild from 20121127 but it didn't help.

I created a little test setup under :

git@bitbucket.org:sgratzl/jogltest.git

containing a project: testjogl3

the project contains to main classes which should perform the same thing: showing a message box when the context is initialized.

the first  uses the SWT GLcanvas, the other one NEWT -> in the first case the message box will be shown in the other one, it won't. In addition after I close the window it tries to now open the message box but as the display is already disposed it will raise an error

see bug report: https://jogamp.org/bugzilla/show_bug.cgi?id=643