The problem here is that the info you want isn't available as DynamicData. So while we can shove the tooltip info into an always visible textbox, there's no viable way to have it update automaticly as the values change.
However, there are several options for a user triggered refresh. My choice would be a script tied to the clock visibility. The clock can be assigned a keyboard command (Alt + C by default I think), so using that command would refresh the visible data. Not automatic, but better than a mouseover tooltip if you're like me and generally play by keyboard not mouse.
|