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: Bill Bumgarner <email@hidden>
- Date: Thu, 30 May 2002 12:48:48 -0400
Connect the menu items to the first responder in the MainMenu.nib, then
implement the methods on your document subclass. It'll all "just work".
A detailed discussion that I posted some time ago:
http://www.mail-archive.com/email@hidden/msg00753.html
b.bum
On Thursday, May 30, 2002, at 11:36 AM, email@hidden
wrote:
This is exacley the way I started. It is easier than I thought first. But
an one point I "hang" at the moment:
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?
_______________________________________________
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.