Re: Bad error?
Re: Bad error?
- Subject: Re: Bad error?
- From: Ondra Cada <email@hidden>
- Date: Wed, 29 Aug 2001 11:39:51 +0200
Brent,
>
>>>>> Brent Gulanowski (BG) wrote at Wed, 29 Aug 2001 00:16:05 -0400:
BG> Is NSApplication a Controller object? or what?
In a MVC sense, of course.
BG> If I subclass NSApplication, do I have to change the "File's Owner"
BG> object in IB to reflect this?
Of course you don't have to. You might want to, though, to make IB aware of
new outlets/actions you might have declared.
BG> Can NSApplication communicate to other
BG> objects besides its delegate (not counting instance objects I might
BG> choose to create)? Specifically, can it see View objects, ie the Key
BG> Window or the Main Window etc, or Controller objects I create in IB?
I guess you should read NSApplication.html religiously. Short answer: it can
see anything it has a way to refer; all windows (and through them all views)
it has a way to refer by default.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
References: | |
| >Bad error? (From: Brent Gulanowski <email@hidden>) |