On Sat, Nov 22, 2008 at 9:20 PM, Steve Christensen <[EMAIL PROTECTED]> wrote: > In IB I created a NSPopUpButton configured as pulldown with a static menu. I > bound its selectedTag binding to a method on my window controller. (I also > tried binding selectedIndex with the same results.) When I run my code and > select various of the items in the button's menu, none of the items are > shown as checked. Or if one of the menu items was left "selected" in IB from > when items were added to the menu, that item is permanently checked.
You bound "selectedTag" to a method? Bindings are done to keypaths. Of course, they key can be implemented using KVO-compliant accessor and mutator methods -- is this how you have done it? --Kyle Sluder _______________________________________________ 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]