After the application was running, I debugged the code and checked the classes of TableController and TableSource. They are all connected in runtime.

For table view, I only connected it to TableController -> dataTable, and its dataSource to TableController -> tableSource. All of them are connected properly in runtime.

On Jul 15, 2008, at 1:45 PM, j o a r wrote:


On Jul 15, 2008, at 10:36 AM, JArod Wen wrote:

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?


You might want to verify, at runtime, that this connection is set. You can do this either in the debugger, or just using a standard debug log statement.

Btw.: Have you set up any bindings for this table view?

j o a r



---------------
JArod Wen




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to