site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Hey Folks, Thanks, Kane _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... After quite a bit of hair pulling and gnashing of teeth I have been able to get bindings to work so that the values are displayed properly in an NSTableView via an NSArrayController. However, I have not been able to get them to update when the array that the NSArrayController is bound to is changed programatically. I have an object for each elements data. Every time I have to add to the NSTableView I add a new copy of the object to the array. But the results don't show up. I tried adding an outlet to my controller class and connecting that to the NSTableView and passing it "reloadData". But that did not work. I read mmalc's page's section on his webpage Programmatic modifications to arrays not noticed by table view but I think I am too new to understand exactly how to translate that into the code I need. I tried searching google and the mail list, as i am sure I am not the first person to experience this, but had no luck in finding a solution. So, my question is... if I have an array of objects that are bound to an NSArrayController which is used by an NSTableView and I update the array programatically what do I put in the code to force/bribe/cajole/prompt the NSTableView to update? This email sent to site_archiver@lists.apple.com