Re: Multiple classes instantiated in nib
Re: Multiple classes instantiated in nib
- Subject: Re: Multiple classes instantiated in nib
- From: August Trometer <email@hidden>
- Date: Fri, 15 Feb 2008 09:47:04 -0500
Have you added the appropriate outlets to your controllers? Once those
are added, you should be able to connect them with no problem.
-- August
On Feb 15, 2008, at 9:42 AM, Trygve Inda wrote:
I have an AppController in my nib and it dynamically creates several
other
classes. Because my interface is getting more complex now, I'd like to
create an OtherController and instantiate it in IB so GUI elements
can point
to this OtherController for actions.
How can I get AppController to talk to OtherController when the
classes are
instantiated this way? Control-dragging from one blue cube to
another does
not seem to work.
_______________________________________________
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