I would like to thank everyone who responded to my last e-mail, especially Nathan for helping out so much off-list.

I do have another question however.

I have a class that is set to be the File Owner for a view. This View has an array controller that is bound to an NSMutableArray in the File Owner so

[SearchNameViewController result]

The issue I am running into is that when I do [result addObject:obj] the array controller does not seem to update so the UI does not load the data.

Nathan suggested changing that code to [resultsArrayController addObject:obj] and that works perfect.

What I need to know is if there is something I should be doing to *notify* the array controller telling it to update.

Thanks,
Joseph Crawford
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to