FROM : I. Savant
DATE : Thu Apr 05 22:35:05 2007
On 4/5/07, Kent Glenn <<email_removed>> wrote:
> The problem that I have, is that I have some actions in the
> preferences( preference controller class ), that need to call a method
> in the application controller. There is also some data ( outside of of
> NSUserDefaults ), that I need to get to my main controller. I'm just
> kind of confused on the best way to do it.
If your "app controller" is designated as your application delegate,
you can send it messages from anywhere in your app via [NSApp
delegate] ... but I may be misunderstanding your question.
--
I.S.
DATE : Thu Apr 05 22:35:05 2007
On 4/5/07, Kent Glenn <<email_removed>> wrote:
> The problem that I have, is that I have some actions in the
> preferences( preference controller class ), that need to call a method
> in the application controller. There is also some data ( outside of of
> NSUserDefaults ), that I need to get to my main controller. I'm just
> kind of confused on the best way to do it.
If your "app controller" is designated as your application delegate,
you can send it messages from anywhere in your app via [NSApp
delegate] ... but I may be misunderstanding your question.
--
I.S.
| Related mails | Author | Date |
|---|---|---|
| Kent Glenn | Apr 5, 22:19 | |
| I. Savant | Apr 5, 22:35 | |
| cocoarook | Apr 5, 22:41 |






Cocoa mail archive

