We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › controlP5 hide()
Page Index Toggle Pages: 1
controlP5 hide() (Read 752 times)
controlP5 hide()
Oct 10th, 2007, 2:15pm
 
Porbably missing somothing obvious here.

can I hide controllers with alt+h wihtout having to specify background() in void draw() ?
Re: controlP5 hide()
Reply #1 - Oct 10th, 2007, 6:16pm
 
hi,
if you are continuously drawing into the framebuffer, hence you are not clearing/overwriting the framebuffer with background(), then the controllers will be part of the framebuffer content, too. therefore you can only "hide" the controllers if you use background. but an option for you might be to use an extra window for the controllers, to do so, take a look at the ControlP5window example that comes with the controlP5 zip.
best,
andi
Page Index Toggle Pages: 1