Re: Array help!
Re: Array help!
- Subject: Re: Array help!
- From: "I. Savant" <email@hidden>
- Date: Thu, 17 Jul 2008 16:57:55 -0400
> 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@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
References: | |
| >Array help! (From: Eric Lee <email@hidden>) |