Re: Setting BOTH single and double actions from an outline view
Re: Setting BOTH single and double actions from an outline view
- Subject: Re: Setting BOTH single and double actions from an outline view
- From: Craig Bakalian <email@hidden>
- Date: Fri, 16 May 2003 05:48:38 -0400
Hi Randy,
You are missing nothing. There have been several occasions where IB
has not cooperate with settings like you described below. Setting an
instance's pointer in your controller object to register a selector is
going to be more reliable, at least, I think that is what you are
saying.
Which brings me to a question, how does the Cocoa team at Apple
cooperate with the IB team at Apple?
Craig Bakalian
www.eThinkingCap.com
On Thursday, May 15, 2003, at 09:06 PM,
email@hidden wrote:
The sequence of events that I fantasize is as follow:
1) In IB, set the target to be my mainController object.
2) In my code, set the appropriate method selectors for the outline
view, using setAction: and setDoubleAction:
My fantasy does not mesh with reality, since IB insists that I set the
outline view target to be a method inside my controller object, not the
controller itself.
What I am I missing?
_______________________________________________
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.