I find that in order for my NSTableView to update when bound to an NSArrayController, I have to add objects to the array vis the NSArrayController. This works great if the window, tableview, and arraycontroller are all part of the same class.
Question: Can I have a tableView in one class, bound to an arraycontroller in a different class. I would prefer to keep my arraycontroller in the same class as my array, but have need to put a tableview on views associated with another class. I can't find an elegant way to accomplish this seemingly simple need. R _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com