Re: [SOLVED ] NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-13 Thread Dan Waltin
mmalc and Daniel Vollmer: thank you very much for your replies! I still haven't got the IBOutlet NSArrayController stuff to work, but I have solved my original problem: i.e. to populate the Core Data objects popup. I'm using a fetch predicate, quite straight forward. Kind regards Dan Walt

Re: NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-12 Thread mmalc Crawford
On Apr 10, 2009, at 2:37 PM, Dan Waltin wrote: But here the studyVisitsController always contains 0 (zero) objects, although there ought to be a handful objects. Which means that I'm never adding any items to the menu. When is the templateViews method invoked? If your array controller is

Re: NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-12 Thread Daniel Vollmer
Hello, On Apr 10, 2009, at 23:37 , Dan Waltin wrote: I'm trying to create a NSPredicateEditorTemplateRow where the last view is a popup, containing every item of a particular CoreData entity (named StudyVisit). I'm doing something similar (and it's working fine for me). Then I override t

NSPredicateEditorTemplateRow , pop up with Core Data objects

2009-04-10 Thread Dan Waltin
Hi, I'm trying to create a NSPredicateEditorTemplateRow where the last view is a popup, containing every item of a particular CoreData entity (named StudyVisit). In a previous mail to this list (Oct 16, 2008) I saw a tip that one could have an IBOutlet link to an NSArrayController, which