Re: Does NSTextField conform to NSEditor (commitEditing specifically)?

2008-08-07 Thread Joel Norvell
Hello Sean,

I'm no expert on the NSEditor informal protocol, but there was a recent 
thread in which Ken Thomases reply (which I've quoted below) might be of help 
to you.

http://www.cocoabuilder.com/archive/message/cocoa/2008/7/25/214002

Sincerely,
Joel


On Jul 25 06:13 AM, Ken Thomases wrote:

 You don't mention if you're using bindings.  If you are, you should  
 send one of the -commitEditing... messages to the NSController-derived  
 mediating controllers.  This is part of the NSEditor information  
 protocol.




  
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]


Re: Does NSTextField conform to NSEditor (commitEditing specifically)?

2008-08-07 Thread Sean McBride
Joel Norvell ([EMAIL PROTECTED]) on 2008-8-7 7:07 PM said:

I'm no expert on the NSEditor informal protocol, but there was a
recent thread in which Ken Thomases reply (which I've quoted below)
might be of help to you.

http://www.cocoabuilder.com/archive/message/cocoa/2008/7/25/214002

Joel,

Thanks for your reply.  I searched the archives before posting and did
see that thread.  I have used commitEditing with NSControllers
successfully, but in my current situation I'd like to send it to an
NSTextField, which the docs seem to indicate should work, yet it doesn't
seem to

Sean


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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]