Re: Bindings Question
Re: Bindings Question
- Subject: Re: Bindings Question
- From: Scott Stevenson <email@hidden>
- Date: Sun, 3 Dec 2006 22:00:53 -0800
On Dec 3, 2006, at 9:35 PM, Matt wrote:
So, I have setup a ObjectController with it's outlet set to my
AppController.
This is only necessary if you need to support Panther. For Tiger and
later, you can just bind directly to the AppController (blue cube).
I have the NSArrayController's value bound to the selection.arrary
of the ObjectController
Do you mean selection.bookmarksArray?
When I add something to the array, the method is getting called
correctly (my insertBookmarkIntoBookmarksArray: method) b/c I've
got some output to the console. However, the tableview never shows
a thing. I'm guessing I have something wired incorrectly, just
looking for any suggestions or places to start looking.
It's pretty difficult to guess where the problem might be without
anything to go on. You just need to make sure all your bindings and
methods are named and bound correctly and it should work.
You could also post the project or a simplified version and we could
make suggestions.
Best Regards,
- Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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