Re: programatically updating UI for NSArrayContoller/NSTableView combo
Re: programatically updating UI for NSArrayContoller/NSTableView combo
- Subject: Re: programatically updating UI for NSArrayContoller/NSTableView combo
- From: Quincey Morris <email@hidden>
- Date: Sat, 9 Jan 2010 13:18:49 -0800
On Jan 9, 2010, at 12:48, Russell Gray wrote:
> Ok, so I do have subscriptions, and subscriptionsArrayContoller set up as you say - I should have mentioned that.
> I also have the arrayController "Prepares Content" option checked in Interface Builder.
>
> I tried all those options you provided. none worked, I still have the same result, the tableView will not update until something is changed via the UI.
You're going to have to narrow down the problem before there's anything we can do to help. It could be something simple like an unconnected IBOutlet, or it could be something to do with bindings, or it could be something to do with the user interface, or it could be that you're adding the object on a non-main thread, or ...
How about if you register your own KVO observer of the "subscriptions" property? Does it get notified when the property changes? Did you check the log for exception error messages?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden