Re: How to get the selected popupmenu item with core data
Re: How to get the selected popupmenu item with core data
- Subject: Re: How to get the selected popupmenu item with core data
- From: Kyle Sluder <email@hidden>
- Date: Thu, 28 May 2009 11:49:05 -0700
On Thu, May 28, 2009 at 11:16 AM, Michael Süssner
<email@hidden> wrote:
> Now I have the problem how I can read the index of the currently selected
> object of the popupmenu.
This is typically indicative of a flawed design. You shouldn't be
asking the UI for this; bind one of the selection bindings to a
property of your controller and use that value.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden