What evets are you looking for...?? all events in the event loop...?? or soem 
specific events....??

 you get key and mouse events inside NSView. If you are looking to capture 
events at NSWindow or NSApp level override sendevent method....

- (void) sendEvent:(NSEvent *)cocoaEvent


On Apr 22, 2010, at 4:34 PM, Bill Appleton wrote:

> hi all,
> 
> thanks for the feedback
> 
> i wrote a subclass for NSWindow but now i am wondering how usefull that was
> 
> do i have to subclass NSWindow to get events, or can I use delegates?
> 
> i'm still a bit confused on the event model 
> 
> 
> 
> thanks,
> 
> bill
> 
> 
> 
> 
> 
> 
> 
> 
> On Thu, Apr 22, 2010 at 12:39 PM, Abhinay Kartik Reddyreddy 
> <karthikredd...@gmail.com> wrote:
> Try the NSApplicationDelegate .....
> 
> 
> On Apr 21, 2010, at 6:50 PM, Bill Appleton wrote:
> 
> > hi all,
> >
> > i am converting from carbon to cocoa
> >
> > with NSApplicationMain i need to know how to call some startup code before
> > receiving events
> 
> use -applicationWillFinishLaunching
> 
> > and upon quit i need to call some shutdown code
> >
> 
> use -applicationWillTerminate
> 
> > are there some docs on this issue? examples? advice?
> >
> 
> http://developer.apple.com/mac/library/documentation/cocoa/reference/NSApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40008592-CH1-DontLinkElementID_2
> 
> >
> > thanks,
> >
> > bill appleton
> > _______________________________________________
> >
> > 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/karthikreddy09%40gmail.com
> >
> > This email sent to karthikredd...@gmail.com
> 
> 

_______________________________________________

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