Re: A niceMessage in MyDocument
Re: A niceMessage in MyDocument
- Subject: Re: A niceMessage in MyDocument
- From: Art Isbell <email@hidden>
- Date: Tue, 19 Jun 2001 14:57:11 -1000
On Tuesday, June 19, 2001, at 01:19 PM, Joshua D. Orr wrote:
also, if you are sending the message [[self document] niceMessage] in
MyWindowController.m, then you are trying to send the niceMessage to a
instance of MyWindowController, and not MyDocument.
I'm missing the reasoning here. niceMessage is being sent
to the object returned by [self document], not to self.
Art