Re: Request for help in getting table View to reflect fetch results
Re: Request for help in getting table View to reflect fetch results
- Subject: Re: Request for help in getting table View to reflect fetch results
- From: "I. Savant" <email@hidden>
- Date: Sat, 14 Jul 2007 22:23:14 -0400
On Jul 14, 2007, at 9:46 PM, Ernest Schaal wrote:
Thanks to help from
this group I was able to do the fetch that retrieves items due within
that period that have not been completed, but I haven't figured out
how to apply that fetch to a table view.
Well ... you could either use Cocoa Bindings to bind the table
columns to the arranged objects of an NSArrayController or you could
use the NSTableDataSource protocol:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Protocols/NSTableDataSource_Protocol/index.html
Have I missed something or have you not tried either of these?
--
I.S.
_______________________________________________
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