jpbellona / simpleKinect

simpleKinect is an interface application for sending data from the Microsoft Kinect to any OSC-enabled application.
44 stars 15 forks source link

Failed to run the PDE #3

Closed enzyme69 closed 4 years ago

enzyme69 commented 8 years ago

screen shot 2016-09-19 at 19 57 17

I keep getting highlighted error: ((Textfield)cp5.controller("inputip")).setFocus(false);

The function controller(String) does not exist.

ghost commented 7 years ago

Same error over here!

jpbellona commented 7 years ago

This is due to the library controlP5. This library needs to be version 2.0.4. I haven't been able to update this to the new controlP5 library. Older P5 libraries can be found here: https://code.google.com/p/controlp5/downloads/list

jpbellona commented 4 years ago

Merged version with update for this library. cp5.getController() instead of cp5.controller() Should be current.