merlinvn / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

alignValueLabel(int) does not exist #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by juego.video on 10 Apr 2012 at 11:47

GoogleCodeExporter commented 9 years ago
alignValueLabel 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.

Original comment by soj...@gmail.com on 11 Apr 2012 at 1:01

GoogleCodeExporter commented 9 years ago

Original comment by soj...@gmail.com on 15 May 2012 at 3:39