What steps will reproduce the problem? 1. Open ControlP5Snapshot example 2. Run it
What is the expected output? What do you see instead?
The processing sketch should run... but returns: "The function alignValueLabel(int) does not exist"
What version of the product are you using? On what operating system? ControlP5 0.7.2 Processing 1.5 Ubuntu 10.04
Comment #1
Posted on Apr 11, 2012 by Happy RhinoalignValueLabel has been removed. comment out line s1.alignValueLabel(Controller.BOTTOM);
or use s1.getValueLabel().align(Controller.LEFT,Controller.BOTTOM);
The example will be adjusted accordingly.
Comment #2
Posted on May 15, 2012 by Happy Rhino(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium