Re: NSButtonCell visibility in NSOutlineView.

2010-07-07 Thread Joshua Garnham
Thanks, that worked just how I wanted it too! From: Nick Zitzmann To: Joshua Garnham Cc: cocoa-dev@lists.apple.com Sent: Wed, 7 July, 2010 17:24:12 Subject: Re: NSButtonCell visibility in NSOutlineView. On Jul 7, 2010, at 10:06 AM, Joshua Garnham wrote

Re: NSButtonCell visibility in NSOutlineView.

2010-07-07 Thread Nick Zitzmann
On Jul 7, 2010, at 10:06 AM, Joshua Garnham wrote: > It seems to be a pretty simple task but I am unsure how to go about it. > I am looking to hide a checkbox in Column 0 if the row it's on has any > children. > > How would I do this? Try this: In your outline view delegate, implement -outlin

NSButtonCell visibility in NSOutlineView.

2010-07-07 Thread Joshua Garnham
It seems to be a pretty simple task but I am unsure how to go about it. I am looking to hide a checkbox in Column 0 if the row it's on has any children. How would I do this? Cheers. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do