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.

This happens even if the subclass is 'empty', ie, has no ivars and no methods. It also makes no difference whether I bind the table column or use a data source.

No console messages are generated.

Im mystified. Does the mere creation of a subclass cause the field editor to stop working properly?
_______________________________________________

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]

Reply via email to