Populating NSPopUpbuttonCell in document-based Core Data App
Populating NSPopUpbuttonCell in document-based Core Data App
- Subject: Populating NSPopUpbuttonCell in document-based Core Data App
- From: PJBorges <email@hidden>
- Date: Tue, 9 Nov 2010 03:35:03 -0800 (PST)
Hi,
In my app I have a data model with an entity called "SpeakersIn" with
an string attribute called "talkTitles".
What I would like to have is a predefined item list in the table
column hosting the NSPopUpButtonCell when adding a new row in the
tableview.
I'm thinking that I need to add the code in the -
(void)awakeFromInsert method.
But how do I do that?
--Philip
_______________________________________________
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