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
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
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.
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
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