NSBrowser tooltips

2014-05-05 Thread Paul Wasmund
browser:shouldShowCellExpansionForRow:column: which does not allow for a custom tooltip, only the display of the entire cell contents if the cell contents doesn't fit in the column. Is there some way of implementing custom tooltips for any cell in the browser? Paul Wasmund ___ Coco

Re: NSBrowser editItemAtIndexPath:withEvent:select:

2013-04-12 Thread Paul Wasmund
other ideas? Paul On Apr 12, 2013, at 8:59 AM, Keary Suska wrote: > On Apr 4, 2013, at 3:13 PM, Paul Wasmund wrote: > >> I am trying to use editItemAtIndexPath:withEvent:select: in my program to >> programatically start editing the text in my cell. It works for all items >

NSBrowser editItemAtIndexPath:withEvent:select:

2013-04-11 Thread Paul Wasmund
I am trying to use editItemAtIndexPath:withEvent:select: in my program to programatically start editing the text in my cell. It works for all items except those in the first column. As an experiment I added code to the Apple sample ComplexBrowser and the same thing happened. Is this a bug, by de