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 problem---shadow
Page Index Toggle Pages: 1
ControlP5 problem---shadow? (Read 1911 times)
ControlP5 problem---shadow?
Jun 15th, 2010, 2:25pm
 
I've used ControlP5 on other sketches without problem but on this sketch there is a shadow that grows progressively darker until it obliterates the labels and I can't figure out where it comes from or how to get rid of it. I suspect that it's getting darker because it's continually redrawn....but why?

the code is too long to post, so please find it here...http://www.robertcarlsen.com/problem.pde
Re: ControlP5 problem---shadow?
Reply #1 - Jun 15th, 2010, 3:22pm
 
you shouldnt use P2D. just use JAVA2D (default) here
Re: ControlP5 problem---shadow?
Reply #2 - Jun 15th, 2010, 3:28pm
 
thank you
Page Index Toggle Pages: 1