Calling windowResize()
with multiple PApplet
instances running destabilizes the sketch
#629
Labels
help wanted
Extra attention is needed
Created by: onimatrix
Description
Modifying the MultipleWindows example to use P3D for the main window and JAVA2D for the child one, plus doing a windowResize in the ChildApplet::draw() method, leaves the child window frozen.
There's a second, (maybe related?) issue, where calling windowMove and windowResize on a simple sketch's draw() triggers an exception with every frame for P2D and P3D, and freezes completely in JAVA2D
It seems that calling windowMove before calling windowResize is what triggers the issue here.
If I move windowMove to setup() instead, it only triggers the issue once and then resizes successfully (but remains frozen in JAVA2D)
Thank you for your time!
Your Environment
This is happening on Windows 10 with Processing 4.1.1.
Possible Causes / Solutions
Might be related to #507?
The text was updated successfully, but these errors were encountered: