Alrighly, let me give u some background before I delve into the problem. I have an NSBrowser with four columns - the first three is made up of cells with strings and images (no problem there). My problem is with my fourth column - I need to diplay info sort of like the Finder does for selected documents. Specifically, I wanted to embed an NSTextView inside of the 1 cell. So, my question is, what's the best way of doing something like this? Is there some way I could subclass NSCell to make this work?
Thanks,
F-bacher