Skip navigation.
 
mlRe: How do copy:/past: messages get sent to NSDocument?
FROM : I. Savant
DATE : Mon Feb 25 22:09:16 2008

> Does anyone know where this is documented, so I can
> see exactly which events get forwarded to the document and under which
> circumstances?


  No, nobody's discovered how this works yet. It's a deep,
impenetrable mystery, a black art the depths of which not even Apple
fully grasps. Of course I'm kidding. :-)

  The Cocoa Fundamentals guide is your best friend:

http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaFundamentals/CommunicatingWithObjects/chapter_6_section_5.html#

  There's also this (see the very last paragraph):

http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/EventOverview/EventArchitecture/chapter_2_section_6.html#

  Google will also help (try googling "cocoa first responder").

  You may not like the bluntness of this, but it's meant to be helpful
*and* realistic: You're trying to run before you can walk. Your best
bet is to take a detour from the advanced technologies (Core Data,
Cocoa Bindings, etc.) and make sure you've mastered the basics (or at
least the organization of the documentation). What you're looking for
is critical to your understanding of many aspects of Cocoa. If you
don't have that down yet, you're in for a world of hurt trying to
understand the more complicated parts.

--
I.S.

Related mailsAuthorDate
mlHow do copy:/past: messages get sent to NSDocument? Adam P Jenkins Feb 25, 21:55
mlRe: How do copy:/past: messages get sent to NSDocument? I. Savant Feb 25, 22:09
mlRe: How do copy:/past: messages get sent to NSDocument? Adam P Jenkins Feb 25, 23:03
mlRe: How do copy:/past: messages get sent to NSDocument? I. Savant Feb 26, 00:29