Under Leopard - how do I suppress the NSTableView tooltips that I do
not want to see?
I have carefully crafted my tableViews to display and be edited as
multi-line cells and do not want nor need those tooltips getting in
the way. Obviously it must be in the documentation somewhere but I
cannot find it.
I had the same problem. This is a new feature in Leopard - these are
not really tooltips. They just look like tooltips. It's a new feature
of NSCell and it's called "expansionFrame". NSTextFieldCells have a
default implementation of the expansion drawing, so they draw expanded
just like tooltips as soon as there text gets truncated.