Re: NSOutlineView change a textfield for an NSButton (switch)
Re: NSOutlineView change a textfield for an NSButton (switch)
- Subject: Re: NSOutlineView change a textfield for an NSButton (switch)
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 28 Aug 2007 14:03:33 -0700
On 8/28/07, Robert Tillyard <email@hidden> wrote:
>
> On 28 Aug 2007, at 16:20, Shawn Erickson wrote:
>
> > You can do this in Interface Builder by dragging a button cell into
> > the column.
> >
> > -Shawn
>
> That;'s how I got a column of NSButtonCells in an NSOutlineView and I
> return NSOnState or NSOffState as an NSNumber to put a tick in the
> button.
>
> My problem is that I don't want tick boxes on rows with the
> disclosure triangle. What do I return to hide the button on those? I
> tried 'nil' but that didn't work.
Consider outlineViewWillDisplayCell:forTableColumn:item:
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden