Overriding NSCell's editWithFrame:...
Overriding NSCell's editWithFrame:...
- Subject: Overriding NSCell's editWithFrame:...
- From: David Aames <email@hidden>
- Date: Tue, 3 Oct 2006 02:26:56 +0100
Hello all,
I'm writing my own NSCell and I want to be able to edit my cell so I
would like to learn the proper way of implementing this method
(editWithFrame:inView:editor:delegate:event:). I cannot really
understand what this method is supposed to do. I'm deliberately not
subclassing NSTextFieldCell to use it's implementation of this
method. So what am I supposed to do in this method? I can get the
text for this cell and also modify the rectangle to match my text but
how do I display the editing rectangle and everything else? Has
anyone actually overridden this method without using the super
implementation?
Thanks,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden