Re: [Newbie] Multiple NSTableViews
Re: [Newbie] Multiple NSTableViews
- Subject: Re: [Newbie] Multiple NSTableViews
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 25 Sep 2004 13:03:45 -0700
On Sep 25, 2004, at 10:05 AM, J Tichenor wrote:
The problem is that the methods are returning the proper values for
the first table, but nothing for the second. NSLogging tells me the
numberOfRowsInTableView is called once upon AwakeFromNib, when neither
of my dataSources have value to display in the tables yet.
Later, when a user browser to an item that has displayable tableData,
the first table is populated, the methods both log activity, but then
the second table is never checked or populated, and no log activity is
posted for the second switch.
Is numberOfRowsInTableView called once *total* in awakeFromNib?
Have you set the dataSource for the second table view?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden