Re: Document App: IB connections 101
Re: Document App: IB connections 101
- Subject: Re: Document App: IB connections 101
- From: Michael Willhide <email@hidden>
- Date: Tue, 23 Jul 2002 08:03:20 -0700 (PDT)
>
> Can anyone offer a thought as to the best way to connect an instance
>
> associated with a documnet (created in the MyDocument.nib) to a unique
>
> instance of another class that exists in the application? IE: How would
>
> I
>
> go about making a connection between a view in a document window, and a
>
> "global" tool manager associated with an application tool bar or
>
> something?
>
>
Generally, you use First Responder instead of a direct connection in these
>
cases.
>
Could you explain how you would go about doing that? When I click on my custom view, then it usually is the first responder right? Then how would I get an action to the "global" tool manager?
Do you mean to make a connection to the view from the tool manager via a connection to the first responder?
I guess, more specifically what I'm looking to do is pass events from the view that was clicked to a tool manager for processing. Thanks for the help.
I'm just not that smart :\
Mike
_______________________________________________
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.