Bindings help in many-to-many case

2008-11-29 Thread Jon Munson II
Namaste! After having done many hours of investigating, head-scratching, trial/ error, and more searching, I've gotten stuck. I created a simple scenario to work out how to accomplish a many-to- many situation. I created two entities: Person and Hat. They are defined thus: Person: personN

Re: Bindings Help

2008-09-23 Thread Ken Thomases
On Sep 23, 2008, at 1:21 PM, Quincey Morris wrote: On Sep 23, 2008, at 10:22, Eric Lee wrote: Using bindings, how do you add an object (a textfield's string to be specific) to a NSMutableArray so that a table view can show the object? You need to modify the array in a KVO-compliant manne

Re: Bindings Help

2008-09-23 Thread Quincey Morris
On Sep 23, 2008, at 10:22, Eric Lee wrote: Using bindings, how do you add an object (a textfield's string to be specific) to a NSMutableArray so that a table view can show the object? You need to modify the array in a KVO-compliant manner, which means the array needs to be a property of

Bindings Help

2008-09-23 Thread Eric Lee
I'm just beginning to learn bindings, and I havea question. Using bindings, how do you add an object (a textfield's string to be specific) to a NSMutableArray so that a table view can show the object? thanks! ___ Cocoa-dev mailing list (Cocoa-dev@