On Oct 05, 2009, at 13:08, Volker in Lists wrote:

so you seemed to have populated the array controller in a non KVO way... but still, w/o code not to be discussed.

I think that is the problem. If you bind the content of an NSArrayController to someObject.variable, then the controller will be notified of a change in it's content only if you assign a different object (NSArray) to the variable, but NOT if you manipulate the contents of the array. Instead, you need to manipulate the contents of the variable via the controller. So, instead of populating the mutable array directly in your windowControllerDidLoadNib method, try populating it via the controller.

HTH,
F
_______________________________________________

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

Reply via email to