Re: creating a controller class
Re: creating a controller class
- Subject: Re: creating a controller class
- From: "I. Savant" <email@hidden>
- Date: Tue, 17 Jul 2007 19:08:48 -0400
On Jul 17, 2007, at 6:16 PM, Jeremy Rotsztain wrote:
i've got a controller class, MyController, that is used by the main
class (ImageMaker, an image generating class) to display images in
the main application window.
MyController is setup as an IBOutlet for that main class.
i wanted to create a button on the gui that communicates through
MyController to ImageMaker, but when i place #import "ImageMaker.h"
in MyController.h, XCode throws an error.
Is it not possible to set up two way-communication between a
controller and another class?
Please give this document a read:
http://www.catb.org/~esr/faqs/smart-questions.html
Once you've done this, please provide the details you've left out.
Namely, what is your overall goal, and what "error" XCode is giving
you. Anything less requires a lot of patience and a crystal ball ...
neither of which you're likely to find on a technical mailing list. ;-)
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden