Mouseover Tooltips

Have a suggestion for "Everything"? Please post it here.
Post Reply
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Mouseover Tooltips

Post by therube »

Mouseover Tooltips


Option for mouseover tooltips when the textual data is greater then the displayed field width, and/or option to display same in the Status Bar. (Might want to contemplate the latter part a bit.)
David
Developer
Posts: 430
Joined: Tue Mar 17, 2009 1:42 am

Re: Mouseover Tooltips

Post by David »

Option for mouseover tooltips when the textual data is greater then the displayed field width.
This is on my "Things to do" list.
option to display same in the Status Bar.
I messed around with this a bit.
I tried to get the tooltips to show the filter when hovering over a macro in the statusbar.

The API for status bars provides basic tooltip support, but only shows the tooltip if the statusbar part is clipped (which never happens..)!

Adding custom tooltips would require a bit of work, so I have added this to my "Things to do".
Post Reply