Hi!
I have such design with 2 tags (Items & Passed)
On hovering those tags I need to add tooltip like this.
There is no issue with adding and removing single adornment, but I stuck with trying to make one adornment dissapear when user will hover another tag.
I’m adding adornment using mouseHover (because it uses hoverDelay from toolManagerm and I need this delay) on a panel of each tag, and I I remove adornment in mouseLeave which set in Adornment itself.
Can’t find correct combination to achive behaviour when user already have one adonment shown and he moves a mouses to another tag which supposed to show another adornment.