Re: NSArrayController access between nib files

2009-08-12 Thread Graham Cox
On 11/08/2009, at 4:20 AM, Brian Carmalt wrote: Let's say I want the combo box to provide the user with auto completion on the names of categories in the array controller, and if the user types in a category name that does not exist, then they will be automatically prompted to create the c

Re: NSArrayController access between nib files

2009-08-10 Thread Quincey Morris
On Aug 10, 2009, at 11:04, Brian Carmalt wrote: Let's say I want the combo box to provide the user with auto completion on the names of categories in the array controller, and if the user types in a category name that does not exist, then they will be automatically prompted to create the ca

Re: NSArrayController access between nib files

2009-08-10 Thread Brian Carmalt
Sorry to Quincey, I sent the reply to him and not to the list. Hello Quincey, Thanks for your answer. I am trying to figure out how to access a NSArrayController in one nib file from another nib. I have done the NSPersistentDocument tutorial and I am trying to apply what I have learned.

Re: NSArrayController access between nib files

2009-08-08 Thread Quincey Morris
On Aug 8, 2009, at 13:35, Brian Carmalt wrote: I am trying to figure out how to access a NSArrayController in one nib file from another nib. I have done the NSPersistentDocument tutorial and I am trying to apply what I have learned. In general, it's not a great idea. It just makes the two n

NSArrayController access between nib files

2009-08-08 Thread Brian Carmalt
Hello everyone, I am trying to figure out how to access a NSArrayController in one nib file from another nib. I have done the NSPersistentDocument tutorial and I am trying to apply what I have learned. So in my MyDocument.nib there is a array controller I would like to bind to a NSComboBo