Quote:
Originally Posted by gm9
[*]To put not the tooltip but another property of the dynamic data, e.g. the text property, into a tooltip or to combine different dynamic data into one tooltip you need to use scripting (and to filter the dynamic data's tooltip). It usually makes sense to use OnHoverIn for that, but if you need a tooltip that updates while you hover over it you can use OnChange/OnTextChanged.
|
Thats exactly what I wanted to do.