Re: keyUp falling through to window when sheet dismissed
Re: keyUp falling through to window when sheet dismissed
- Subject: Re: keyUp falling through to window when sheet dismissed
- From: "Kyle Sluder" <email@hidden>
- Date: Tue, 21 Oct 2008 15:36:51 -0400
On Tue, Oct 21, 2008 at 1:43 PM, Ken Worley <email@hidden> wrote:
> It seems like the correct solution is to somehow avoid the keyUp being sent
> to the window/edit field after the sheet is dismissed, but I also wonder if
> I'm catching the right event in the edit field.
Have you read the Text Editing Progamming Guide for Cocoa? The
document specifically deals with handling the Return key:
http://developer.apple.com/documentation/Cocoa/Conceptual/TextEditing/Tasks/InterceptKeys.html
Basically, don't handle -keyUp: or -keyDown:. Use the
-control:textView:doCommandBySelector: delegate method.
--Kyle Sluder
_______________________________________________
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