Yes, I think I go along with that.  It lets you handle all the 
events you choose to handle in one place.

Paul Sanders.

----- Original Message ----- 
From: "Kyle Sluder" <kyle.slu...@gmail.com>
To: "Jerry Krinock" <je...@ieee.org>
Cc: "Cocoa Developers" <cocoa-dev@lists.apple.com>
Sent: Tuesday, February 16, 2010 9:56 PM
Subject: Re: Perform additional action when window receives any 
mouse- or keyDown


On Tue, Feb 16, 2010 at 9:48 AM, Jerry Krinock <je...@ieee.org> 
wrote:
> So I subclassed the window, overrode -sendEvent:, invoke super 
> and post a notification for which my window controller 
> registers, and in the notification handler I examine the event 
> type. It works, but this seems quite heavy-handed to get 
> something so simple. Did I miss a more lightweight way to do 
> this?

Actually that seems like precisely the right thing to do. In 
fact, I
would go so far as to post the notification in all circumstances
unless it is specifically the kind of event your attached window
should process.

--Kyle Sluder
_______________________________________________

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/p.sanders%40alpinesoft.co.uk

This email sent to p.sand...@alpinesoft.co.uk 



_______________________________________________

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 arch...@mail-archive.com

Reply via email to