Re: NSTextField : Tooltip show Whole String, only when Truncated

2011-09-16 Thread Corbin Dunn
hi Jerry, Your right; NSTextField does not have that feature (it is called "expansion tool tips" in NSTableView). Please log a bug requesting it in AppKit. corbin On Sep 16, 2011, at 10:47 AM, Jerry Krinock wrote: > I'd like an NSTextField to display a tooltip showing its entire text whenever

NSTextField : Tooltip show Whole String, only when Truncated

2011-09-16 Thread Jerry Krinock
I'd like an NSTextField to display a tooltip showing its entire text whenever it's truncating. I think that NSTableView has this behavior built in, if you simply don't set a tooltip on a cell. But NSTextField does not. It *sure would be nice* if NSTextField had an observable 'isTruncating" pr