RE: Newbie - inter object method invocation
RE: Newbie - inter object method invocation
- Subject: RE: Newbie - inter object method invocation
- From: Chris Hanson <email@hidden>
- Date: Thu, 20 Jun 2002 18:46:41 -0500
At 12:03 AM +0200 6/21/02, <email@hidden> wrote:
OK, I get that, but when the program runs, doesn't it create an
instance of the ProcessController class then?? Can't I target that
one?? I must be seriously missing an oversight here....
You're missing the difference between a class and an instance of that class.
You can tell Interface Builder to read your ProcessController.h
header file, and then instantiate a ProcessController in your nib
file, and have AppController send messages to that. That's probably
what you think you're doing here.
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
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.