NSTextFieldCell Action Method Not Reaching Delegate?
NSTextFieldCell Action Method Not Reaching Delegate?
- Subject: NSTextFieldCell Action Method Not Reaching Delegate?
- From: Vik Rubenfeld <email@hidden>
- Date: Sat, 09 Jul 2011 01:14:46 -0700
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 (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