Re: tableviews
Re: tableviews
- Subject: Re: tableviews
- From: Ed Watkeys <email@hidden>
- Date: Sun, 7 Dec 2003 02:10:24 -0500
On Dec 7, 2003, at 12:35 AM, April Gendill wrote:
The table has three columns, only 2 of which have I ever been able to
get data to appear in. But that is the least of my concerns right now.
I would really like to be able to move items in the view and have it
match the array. If some one can help explain this, or at least look
at my code and tell me what I'm doing wrong, I would really appreciate
it.
Have you set a breakpoint in your
tableView:objectValueForTableColumn:row: delegate method and observed
what happens when
it is called when the table view is trying to get the data for the
third row? Does it get invoked at all?
Ed
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >tableviews (From: April Gendill <email@hidden>) |