Re: Applet Problem On MacOS With JOGL 2.0 RC4
Posted by Sven Gothel on Dec 09, 2011; 3:26pm
URL: https://forum.jogamp.org/Applet-Problem-On-MacOS-With-JOGL-2-0-RC4-tp3570786p3573169.html
On Friday, December 09, 2011 04:07:22 PM gabnicu [via jogamp] wrote:
>
> And yes, the first link you mentioned works fine, after some delay, exactly
> as you mentioned.
> What is the difference between the 2 types of applets?
The working one uses NEWT as the underlying NativeWindow adapter
attaching to the AWT Applets via native parenting.
Well, in case of OS X and the offscreen CA_Layer this is not completly true,
since it pushes it's offscreen data to the parent's layer.
However, this OS X offscreen CA_Layer mechanism hasn't been tested yet
w/ pure AWT Applet (ie. GLCanvas) .. but this is next on my list.
~Sven
> Thx,
> Gabi