Resizable Text Cell in NSTableView

2008-02-25 Thread Seth Willits
Howdy, I'm trying to get an editing text cell to resize when changing the value (rename a playlist in iTunes, any file in Finder's list mode, a file in Finder's sidebar, or modify any field in Address Book). I tested the NSText methods for resizing with the code below, but that didn't wo

Re: Resizable Text Cell in NSTableView

2008-02-26 Thread Corbin Dunn
The general approach is to create a custom NSTextView subclass for the field editor, and to return it from an NSWindow subclass via - (NSText *)fieldEditor:(BOOL)createFlag forObject:(id)anObject. However, it isn't easy to get all the details right. Please do log bugs requesting this abilit