On Sun, May 31, 2009 at 4:04 PM, Erg Consultant <[email protected]> wrote: > Because that is how code posted in the archives says to do it.
Where is this code? In any event, it's wrong. It's a convenient shortcut if NSBrowserCell draws the way you want it to, but obviously it doesn't. > If I use NSImageCell or NSTextFieldCell (which I've tried), the icons never > show up. Those work for NSTableView icons but not NSOutlineView icons. That's why I said you need to use your own cell class. You can make one that simply uses a "child" NSImageCell and "child" NSTextCell to do its drawing. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
