> While I'm trying to reload data, there's always this warning the says: > > Warning: 'NSScrollView' may not respond to '-reloadData' (Messages without a > matching method signature will be assumed to return 'id' and accept '...' as > arguments)
It's most likely that you've dragged your connection to the scroll view, rather than the table view inside it. Since NSScrollView doesn't respond to -reloadData (as the warning states), you're running into problems ... -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
