Re: Changing from single document to document based application
Re: Changing from single document to document based application
- Subject: Re: Changing from single document to document based application
- From: Ondra Cada <email@hidden>
- Date: Thu, 30 May 2002 17:28:41 +0200
On Thursday, May 30, 2002, at 05:12 , Frank Blome wrote:
In my former application I had only one Nib and it was very easy to make
connections between menu items and my class. Now I have two Nib's (main
and myDocument) and the menu items can't connect with class "myDocument".
Currently I read - like often - Aaron's (Hillegrass) Book and look for a
solution. Or do you know an easy one?
Yup. This should really be a FAQ ;)
You connect anything (which should go to document) to First Responder. The
active document is first in the responder chain who would understand the
message, so it'll get it automagically.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.