Re: Problem on reload data source of a table view
Re: Problem on reload data source of a table view
- Subject: Re: Problem on reload data source of a table view
- From: JArod Wen <email@hidden>
- Date: Tue, 15 Jul 2008 13:36:22 -0400
The dataSource of TableView is connected to tableSource. There is a
TableController containing two IBOutlets to both tableSource and
dataTable. Then dataTable.dataSource is connected to tableSource in
IB. Anything I lost here?
On Jul 15, 2008, at 1:26 PM, j o a r wrote:
On Jul 15, 2008, at 10:17 AM, JArod Wen wrote:
Thanks for fast reply! Just as Jens said, I have checked the table
and I am sure that it is not nil:
Printing description of dataTable:
<NSTableView: 0x7d85b80>
(gdb) continue
You should probably also verify that the NSTableView knows where to
get data from - Using the "dataSource" property of the table view.
At this point it sounds like a good thing to double-check that this
connection is set up properly in IB.
j o a r
---------------
JArod Wen
_______________________________________________
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