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: Cannot find/ Does not exist [solved]
Page Index Toggle Pages: 1
ControlP5: Cannot find/ Does not exist [solved] (Read 1090 times)
ControlP5: Cannot find/ Does not exist [solved]
Nov 23rd, 2008, 12:35pm
 
Hey there,
I want to use the ControlP5 lib for the obvious reasons Wink
But i am having some trouble running the examples.

Just to give some examples..

running the ControlP5groupCanvas example gives me:
cannot find a class or type named ControlGroup

running the ControlP5textfield example gives me:
the function setFocus(boolean) does not exist

running the controlP5button example does not give me any errors. But only draws on setup(), and gives me a blank screen in draw()

I have similar issues with the other examples.

Im am using processing 157 on a vista machine. Processing 135 does not give me any trouble with this lib.

Any thoughts on how to solve this? Or people having a similar problems?

Thanks in advance!
Re: ControlP5: Cannot find/ Does not exist
Reply #1 - Nov 23rd, 2008, 1:56pm
 
hi,
you are using an older version of controlP5, actually processing is loading an older version of controlP5. please make a search for controlP5.jar and delete older version of it. the only controlP5.jar should be located here
<pathToSketchbook>/libraries/controlP5/library/controlP5.jar
best,
andreas
Re: ControlP5: Cannot find/ Does not exist
Reply #2 - Nov 23rd, 2008, 2:22pm
 
hey!
thank you for your quick reply!
That solved the problem :-D

turned out that there was an older version of controlP5.jar in the rita library.
Page Index Toggle Pages: 1