We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Basically: is there a way I can put a controlP5 Textarea under a rect?
I know it says in the package.html that all controllers get drawn on top of every thing, but is there a way I can change that?
Thanks, RywesTech.
Yeah, you can do cp5.setAutoDraw(false) in setup then call cp5.draw() wherever you want.
It's used in this example file: http://www.sojamo.de/libraries/controlP5/examples/extra/ControlP5withPeasyCam/ControlP5withPeasyCam.pde
THANK YOU so much! I thought I might have had to rewrite my whole program!
Answers
Yeah, you can do cp5.setAutoDraw(false) in setup then call cp5.draw() wherever you want.
It's used in this example file: http://www.sojamo.de/libraries/controlP5/examples/extra/ControlP5withPeasyCam/ControlP5withPeasyCam.pde
THANK YOU so much! I thought I might have had to rewrite my whole program!