Hello,
I am new to Juce and curious if anyone has found a way to connect a custom Label class to a custom slider class.
.attachedcomponent doesn’t seem to work and creating a custom text box through lookandfeel methods seems to break the drawing of my custom slider?
I’m curious if there is a way to force and update through Label::setText(); and Slider::getTextfromValue.
Is there a way to connect a Label to a Slider out side the bounds of the slider?