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 protected]) 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 [email protected]
