BubbleComponent intermediate positions

Hi guys,

is there a way to place a BubbleComponent “diagonally”? We have a button placed in the bottom left corner of our plugin, having a BubbleComponent to show what the button is. Right now I have set the placement to right, because it’s the only way to not have it disappearing outside the window bounds, but it’s overlapping on another component.

bubbleComponentBug

Ideally, I would like the Bubble to show in the top right corner of the attached component but the setPosition method cannot be overriden. Any advice?

Thanks,
Luca

I have not used BubbleComponents, but is there a reason to not use a Tooltip? It should provide the same functionality, but may offer more options for placement, such as intelligently moving to above your button if below it would be outside the window bounds…