Thread: ToolTips
View Single Post
  #4  
Unread 01-13-2009, 03:55 PM
samejima samejima is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Unrest
Posts: 156
Default

Quote:
Originally Posted by gm9 View Post
[*]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.
Reply With Quote