
controlp5 - issue #45
when attempting to set high value label on Range Slider, returns error "the function setHighValueLabel(String) does not exist"
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!
Comment #1
Posted on May 18, 2012 by Happy Rhinoworks 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.
Status: WontFix
Labels:
Type-Defect
Priority-Medium