Re: Table Control
Re: Table Control
- Subject: Re: Table Control
- From: Glenn Zelniker <email@hidden>
- Date: Mon, 24 Jan 2005 20:16:46 -0500
On Jan 24, 2005, at 05:35 PM, Martha I. Espinosa wrote:
Hi,
I'm missing something.. I have created a new cocoa application with a
table... added the controller, added the files and code. The table
displays but it's contents don't.
Any ideas what I'm missing...
You'll have to be more specific. Did you attempt to use bindings? Are
you using the NSTableDataSource protocol (e.g.,
numberOfRowsInTableView: and tableView:objectValueForTableColumn:row:)?
Did you remember to connect the data source?
_______________________________________________
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
References: | |
| >Table Control (From: "Martha I. Espinosa" <email@hidden>) |