eFMer - BoincTasks and TThrottle forum

BoincTasks For Window, Mac & Linux => Wish List => Topic started by: Pepo on December 15, 2009, 11:07:49 AM

Title: Tooltips over truncated strings
Post by: Pepo on December 15, 2009, 11:07:49 AM
It often happens that some columns are a bit narrow and trailing parts of message / application / task / project / date / time / etc. string are "truncat..." :) To be able see the hidden text, it is necessary to enlarge (and then narrow back) the column.
Title: Re: Tooltips over truncated strings
Post by: fred on December 15, 2009, 06:18:31 PM
Quote from: Pepo on December 15, 2009, 11:07:49 AM
It often happens that some columns are a bit narrow and trailing parts of message / application / task / project / date / time / etc. string are "truncat..." :) To be able see the hidden text, it is necessary to enlarge (and then narrow back) the column.

  • When hovering mouse cursor over such text, a tool tip containing the whole text could be displayed.
  • Such tooltip is usally left-aligned with the original text. But if the tool tip would be displayed through the right display border (or left border for any right-to-left reading locale? ;D OK kidding now), it's position should be shifted to the left as much as necessary to display the whole tool tip on-screen. (A good example of ignoring such situation is Boinc Manager - it has no problem :-\ to display tooltips obscured by the screen border.)
You give me interesting problems ;D, I added that one to the list.
Title: Re: Tooltips over truncated strings
Post by: Pepo on December 15, 2009, 10:45:30 PM
Quote from: fred on December 15, 2009, 06:18:31 PM
You give me interesting problems ;D, I added that one to the list.

My speciality is making problems :P
Title: Re: Tooltips over truncated strings
Post by: jjwhalen on February 07, 2010, 03:22:49 AM
I just noticed this thread.

I believe tooltip on a truncated field is a standard MS Windows library you just have to call from your app ;)

Best wishes.
Title: Re: Tooltips over truncated strings
Post by: fred on February 07, 2010, 03:32:53 AM
Quote from: jjwhalen on February 07, 2010, 03:22:49 AM
I just noticed this thread.

I believe tooltip on a truncated field is a standard MS Windows library you just have to call from your app ;)

Best wishes.
It is there somewhere, but I know these things mostly involve a bit more. ;D
A couple of .... 100 lines of code will be more like it, what I have seen so far.
Nothing too difficult but something to do someday.