Posted by
Sven Gothel on
Apr 09, 2019; 9:42pm
URL: https://forum.jogamp.org/NewtCanvasSWT-Linux-Exception-with-GTK-VERSION-tp4039442p4039686.html
Thank you.
It was quite an interesting experience indeed.
As I debated w/ Wade in the bugzilla comments,
I advised testing the native window handle first.
So I did and it was good using a proper little SWT app.
So the next step was to 'find the difference',
knowing that we didn't do anything w/ the parent's
SWT GTK/GDK object but attach our NEWT child to it.
Hence I added the little whole parenting code in the copied
test case 02. And it worked!
Now I created a third copy 03 (not checked in)
and removed the difference to the NewtCanvasSWT test case,
i.e. the proper SWT canvas rendering.
Voila, the bug got reproduced.
Hence the issue was something added in 01,
the SWT canvas rendering.
And finally it turned out to be just the background setting.
~Sven
On 4/9/19 11:19 PM, gouessej [via jogamp] wrote: