Cabbage Logo
Back to Cabbage Site

Thank you Cabbage! How to disable mouse hover variable data

Hello friends, does anybody know how to disable hover variables on GUI components? Happy Monday! :frog:

Can you give us more info here? Iā€™m not sure I follow? Do you mean how to disable the colour change when you hover over a widget?

Apologies for the lack of clarity, I am mentioning the little modal window that appears on hover in the plug-in window when your mouse is over a GUI component, it displays the channel name and the value

If you add this identifier to the widget:

popupText("0")

It should disappear, incase this was what you are looking for

1 Like

You can also do this without the quotation marks, i.e, popupText(0)

1 Like

Thank u :frog::white_check_mark: