Tooltip with link


#1

I"m trying to figure out how to make a tooltip interactive - with a link in it that the user can click when the tooltip is showing. Is there a way to do this?

thanks!


#2

Hi!

You can make your own tooltip.

  • Create a yellow rectangle and call it “tooltip”

  • Type into it, select the text you want to be the link, right-click it to create a link, then assign that link a button-click action

  • Hide the rectangle

  • Select the widget that will show the tooltip, and add the following:

    OnHover
      Show rectangle "tooltip" treat as flyout
    

This will show the rectangle, and it will automatically hide it if the user mouses off of the widget without mousing over the the tooltip.