Skip navigation.
 
mlRe: Getting user's input from an NSOutlineView
FROM : Jerry Krinock
DATE : Wed Apr 20 14:08:50 2005

on 05/04/19 21:10, Jerry Krinock at <email_removed> wrote:

> I have two problems with this (...)


I received an off-list reply to this.  The answer the delegate method:

- (void)outlineView:(NSOutlineView *)outlineView setObjectValue:(id)object
forTableColumn:(NSTableColumn *)tableColumn byItem:(id)item;

I haven't tried it yet, but it looks good.  And it seems the reason I could
not find it is: that it is not listed in Apple's NSOutlineView documentation
page, where I believe it should be.  I'll look into this further and post a
complete resolution.

Jerry

Related mailsAuthorDate
mlGetting user's input from an NSOutlineView Jerry Krinock Apr 20, 06:10
mlRe: Getting user's input from an NSOutlineView Jerry Krinock Apr 20, 14:08
mlRe: Getting user's input from an NSOutlineView Johnny Deadman Apr 20, 14:35
mlRe: Getting user's input from an NSOutlineView Matt Neuburg Apr 20, 16:38