Simple NSPopupButton and NSTextField bindings question
12 views
Skip to first unread message
Decoder
unread,
Feb 2, 2012, 11:45:29 AM2/2/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cocoa-unbound
Hi All,
I have an array of dictionary which contains two keys- firstName and
lastName and their values, eg.
firstName/ lastName
Steve/ Jobs
Andre/ Agassi
Christiano/ Ronaldo
User interface consists of a pop up button and a text field.
I am displaying first name of users in pop up button. I am able to
show first name of the user selected in pop button in the text field
by using following bindings: