Re: Adding a component makes loosing reshape calls
Posted by elect on May 07, 2015; 9:31am
URL: https://forum.jogamp.org/Adding-a-component-makes-loosing-reshape-calls-tp4034445p4034446.html
I found a temporary solution by removing the newtCanvasAwt, add the new component and when I am done, removing it and add again the newtCanvasAwt
The only drawback is that it takes a couple of seconds (5) from when I re-add the newtCanvasAwt until the display() and reshape() methods are called again
Btw, this project is using the old jogl 2.1, so it might be that.. I don't know