Re: SOLVED NSTextFieldCell subclass hobbles the field editor
Re: SOLVED NSTextFieldCell subclass hobbles the field editor
- Subject: Re: SOLVED NSTextFieldCell subclass hobbles the field editor
- From: Jonathan Fewtrell <email@hidden>
- Date: Sun, 01 Nov 2009 09:04:56 +0800
I had forgotten to call super in copyWithZone:. Thanks to Andreas
Schwarz for putting me right.
On 29 Oct 2009, at 16:00, Jonathan Fewtrell wrote:
I have a subclass of NSTextFieldCell as the dataCell of an
NSTableColumn. When I click on the cell to edit the text, the field
editor appears, but instead of displaying the text that was in the
cell it displays the word 'Field' and cannot be edited.
_______________________________________________
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