Re: tableView: objectValueForTableColumn: row: method not getting called
Re: tableView: objectValueForTableColumn: row: method not getting called
- Subject: Re: tableView: objectValueForTableColumn: row: method not getting called
- From: Sandeep Mohan Bhandarkar <email@hidden>
- Date: Thu, 23 Jun 2011 14:46:32 -0700
Hi Jens,
I have just wired up the delegate outlet and for the second query. The count shows up as zero but will this be the reason for the method not getting called...?
Regards,
Sandeep.
On Jun 23, 2011, at 2:34 PM, Jens Alfke wrote:
>
> On Jun 23, 2011, at 2:23 PM, Sandeep Mohan Bhandarkar wrote:
>
>> 3) Did the delegate bindings for the Table
>
> Do you mean that you set up Cocoa bindings? Generally if you use bindings to the table columns, those are used instead of the data source. You wouldn’t want to do both. (Or do you just mean that you wired up the delegate outlet?)
>
>> 4) Implemented numberOfRowsInTableView: (this is getting called);
>
> Does it return a number greater than zero? If not, there will be no rows.
>
> —Jens
_______________________________________________
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