Hello friends, does anybody know how to disable hover variables on GUI components? Happy Monday! ![]()
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 ![]()
![]()

