Skip navigation.
 
mlRe: What is Interface Builder doing behind the scenes?
FROM : Phil
DATE : Wed Aug 02 06:26:00 2006

Perfect... that was what I needed to know.

Thanks,
Phil

On Aug 1, 2006, at 3:25 PM, Shawn Erickson wrote:

> On 8/1/06, Phil <<email_removed>> wrote:

>> Given a nib file with a window with an NSPopUpButton and NSTextField,
>> a connection is made from the PopUp to the TextField with the action
>> takeObjectValueFrom:... from a code standpoint, how is this
>> connection being set up?

>
> basically...
>
> [popUpBottonInstance setTarget:testFieldInstance]
> [popUpBottonInstance setAction:@selector(takeObjectValueFrom:)]
>
> -Shawn

Related mailsAuthorDate
mlWhat is Interface Builder doing behind the scenes? Phil Aug 1, 21:10
mlRe: What is Interface Builder doing behind the scenes? I. Savant Aug 1, 21:23
mlRe: What is Interface Builder doing behind the scenes? Shawn Erickson Aug 1, 21:25
mlRe: What is Interface Builder doing behind the scenes? I. Savant Aug 1, 21:27
mlRe: What is Interface Builder doing behind the scenes? Phil Aug 2, 06:26