I have an NSOutlineView with five columns.  I need to know which column 
contains the NSTextFieldCell which is currently being edited.  To do that, I 
thought I would connect the action method of the NSTextFieldCell to a method in 
the NSOutlineView's delegate, which could check the Tag of the NSTextField, to 
determine what column that field was in.  However, the action method I set up 
in the delegate, is never called. 

Question 1) Is there a better way to do this?
Question 2) If not, how can I get the action method to be called?

Thanks very much in advance to all for any info.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to