On Jun 1, 2008, at 5:02 PM, Nathan wrote:

        [tableView setDataSource: Items];


Besides what Markus and Jonathan already suggested:

NS/Mutable/Array doesn't conform to NSTableDataSource as far as I know.
The data source should typically be one of your controller classes, like a window controller. You would also typically set the data source in IB, and not in an action method.

j o a r


_______________________________________________

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