Re: document talking to appcontroller
Re: document talking to appcontroller
- Subject: Re: document talking to appcontroller
- From: Esteban Uribe <email@hidden>
- Date: Wed, 19 Mar 2003 20:37:41 -0800
Try
[[NSApp delegate] methodCall];
where methodCall is a method in you AppController.
-Esteban Uribe
On Wednesday, March 19, 2003, at 07:10 PM, Francisco Tolmasky wrote:
If I have a Document class and an AppController (instantiated in the
MainMenu.nib), how can I make the Document talk to the controller?
Francisco Tolmasky
email@hidden
http://users.adelphia.net/~ftolmasky
_______________________________________________
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.
_______________________________________________
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.