SliderPack popup value.
-
-
@marcLab I see where this is going :p We need another setValuePopup function.
-
@d-healey hahah indeed! :)
-
do you know if this was ever implemented? @d-healey
-
@Adam_G Use a custom LAF with this function
drawSliderPackTextPopup
const var spPopupLaf = Content.createLocalLookAndFeel(); spPopupLaf.registerFunction("drawSliderPackTextPopup", function(g, obj) { g.setColour(Colours.indianred); g.drawAlignedText("Party time!!!", obj.area, "centred"); }); mySliderPack.setLocalLookAndFeel(spPopupLaf);
-