How do I create a recordable application?
How do I create a recordable application?
- Subject: How do I create a recordable application?
- From: Shayne Packer <email@hidden>
- Date: Tue, 11 Dec 2001 18:24:31 -0500
I'm new to Cocoa and am trying to understand how to build an Apple Event
aware application. I've searched the list archives and Cocoa documentation
but don't understand the overall architecture of a recordable Mac OS X
application. For example, where do you tell the NSAppleEventManager to
register your event handler?
I am familiar with the way to create recordable applications in Mac OS 9:
the application sends AppleEvents to itself, the application's registered
event handler gets the event, then calls the appropriate routine.
Is there a sample application that demonstrates how a Mac OS X Apple Event
aware application is put together?