Re: Sending Messages from Menu to Document controller
Re: Sending Messages from Menu to Document controller
- Subject: Re: Sending Messages from Menu to Document controller
- From: Andreas Mayer <email@hidden>
- Date: Sat, 24 Apr 2004 01:00:28 +0200
Am 24.04.2004 um 00:31 schrieb Bruce Truax:
If I interpret what you are saying correctly, by sending the message
to the first responder it will be passed to the front most window
controller, is this correct?
The message will go to the first object in the responder chain, that -
well - responds to the message. You can read more about it here:
http://developer.apple.com/documentation/Cocoa/Conceptual/
BasicEventHandling/index.html
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.