Turn on/off tool tips

Hi all,

Can we have the turn on/off tool tips functionality in Servoy like in File Maker? or any work around?

Thanks,

You can already do that using the toolTipText-property of an element:

elements.your_element.toolTipText = null;
```or

elements.your_element.toolTipText = “Nice tooltip”;