You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi tried to change labels of cp5 sliders. Used the code by sojamo. Dragged and dropped the "reposition label" - code by sojamo into my code twice. One works, the other one doesn`t.
The slider is called properly - if I replace the .getCaption... -part with something like .setColor(..) it simply works.
I checked the whole program, all tabs, there is no other part in the code that anyhow interacts with the labels of the control panel. Anyone any idea what might be wrong???
(sorry for the freaky names, its for german speaking people)
Hi tried to change labels of cp5 sliders. Used the code by sojamo. Dragged and dropped the "reposition label" - code by sojamo into my code twice. One works, the other one doesn`t.
The slider is called properly - if I replace the .getCaption... -part with something like .setColor(..) it simply works.
I checked the whole program, all tabs, there is no other part in the code that anyhow interacts with the labels of the control panel. Anyone any idea what might be wrong???
(sorry for the freaky names, its for german speaking people)
// sliders
cp5.addSlider("Wand_Breite")
.setPosition(180, 165)
.setWidth(200)
.setColorActive(color(55))
.setColorForeground(color(100))
.setColorBackground(color(155))
.setRange(1, 10)
.setValue(1)
.setNumberOfTickMarks(10)
.setSliderMode(Slider.FLEXIBLE);
The text was updated successfully, but these errors were encountered: