Re: Question about setting binding on an NSPopUpButton in Interface Builder
Re: Question about setting binding on an NSPopUpButton in Interface Builder
- Subject: Re: Question about setting binding on an NSPopUpButton in Interface Builder
- From: Mark Szymczyk <email@hidden>
- Date: Wed, 21 Dec 2005 00:29:32 -0500
You need to set the selectedObject binding. You also need a variable of type NSObject that records the item the user selected from the popup button. The NSObject variable is the Model Key Path for the selectedObject binding.
I also wrote an article on binding a popup button that provides more detailed information. You can read it at the following URL:
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden