NSCell action on end editing
NSCell action on end editing
- Subject: NSCell action on end editing
- From: "Slava GORSKI" <email@hidden>
- Date: Fri, 31 Jan 2003 17:59:13 +0300
Documentation for -[NSCell sendsActionOnEndEditing] gives impression that
NSCell itself will send its action on end editing when user hits Enter.
However I could not make it do so. I set up my cell's action and target and
start editing with -[NSCell editWithFrame:inView:editor:delegate:event:] using
a suitable text object. When the editing ends (either by pressing Enter, Tab,
or endEditing:), the action it not sent. Is there any additional work my
control should do to support action sending? Am I missing something?
Thanks in advance
Slava
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.