> I would appreciate some guidance in getting a popup button to use its > selectedIndex to set an integer in my model.
Am I correct in assuming you want your popup to represent the -gameType of the selected item in the array controller? If so, the best thing to do is to create an NSObjectController instance and bind its content object to the array controller's selected object (via the array controller's 'selection' key). Bind your popup's -selectionIndex to your object controller's -gameType key (which reprsents the gameType of the selection of the array of (I assume) games or whatever. Using this mechanism, the object controller always represents the selected object of your array controller which makes things a hell of a lot easier to manage. :-) -- I.S. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]