Hi all,
Is there a way to disable the information tooltip display when the user hovers over it and display it only when the user double clicks on the parameter description? Sometimes this covers/obscures the dropdown/discreet list and the user doesn't like that.
Hi Fenta,
I am not sure if the tooltip can fully be removed, but you can make some changes in the driver to remove some parts present in the tooltip; for example, you can remove the <Information> tag for that parameter in the driver.
This will remove the first 2-3 lines in your tooltip.
if you do this, all elements using that driver will be affected.
You might also explore the idea of using Editing the information template for one parameter | DataMiner Docs and play around for that parameter.

Thank you Arunkrishna.
I was expecting something that can be done on element level (per element) if we need to remove the tooltip completely OR disable the display when the user hovers over it (not fully removing from the tag in the connector). I checked the information template but I didn't find something to disable/remove the tooltip.