merlinvn / controlp5

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

when attempting to set high value label on Range Slider, returns error "the function setHighValueLabel(String) does not exist" #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create Range myRange
2. assign myRange.setHighValueLabel("testme");
3. run sketch

What is the expected output? What do you see instead?
expect the string "testme" to be displayed at the right hand slider of the 
range.

What version of the product are you using? On what operating system?
ControlP5 0.5.4
Processing 1.5.1
Mac OSX 10.7

Please provide any additional information below.

it would be even more useful to be able to set the range high value label in 
the Range controlP5.controller, since it is already possible to set the range 
low value here.

Props for writing such a great library!

Original issue reported on code.google.com by ali.itec...@gmail.com on 30 Apr 2012 at 2:14

GoogleCodeExporter commented 8 years ago
works with 0.7.2 and above, the value label will change when the high value of 
the range changes - since it is a value label and not a caption label.

Original comment by soj...@gmail.com on 18 May 2012 at 5:12