Problem with custom NSTextFieldCell
Problem with custom NSTextFieldCell
- Subject: Problem with custom NSTextFieldCell
- From: Hrishikesh Murukkathampoondi <email@hidden>
- Date: Sun, 28 Nov 2010 18:52:06 +0530
I am trying to use a custom NSTextFieldCell (MyCell) in my NSTableView. The custom MyCell displays two text values instead of one.
When ever the row is clicked or double clicked the dealloc method of the NSTextFieldCell is called. Why is the NSTextFieldCell being dealloced when the entry is selected in the table?
How do I intercept double clicks to MyCell and make each part editable?
Thanks
Hrishi
_______________________________________________
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