Any way to force a popupdisplay to show up?

Hi! With a slider I have setPopupDisplayEnabled() set on and when mouse dragging the slider’s thumbs a bubble message shows up fine, but if I have this same slider’s thumbs dragging through a midi controller there is no bubble message. Any way to force a bubble message to be displayed? Thank you.

Hi!
I don’t think there’s a built-in way to do so.
But you can bake your own BubbleMessageComponent that you display when the value changes.

A setPopupDisplayEnabled with a “shouldShowOnThumbMove” param would be a good option to have. :grinning: Thank you.