Re: NSTableView with NSArray and C-array question
Re: NSTableView with NSArray and C-array question
- Subject: Re: NSTableView with NSArray and C-array question
- From: Gilles Celli <email@hidden>
- Date: Fri, 13 Oct 2006 17:43:51 +0200
On Oct 13, 2006, at 5:39 PM, Glenn Zelniker wrote:
On Oct 13, 2006, at 11:34 AM, Gilles Celli wrote:
I'm assuming that you're trying to display in your table the data
for a number of sensors (indicated by a column) at different
points in time (indicated by row position). Is this correct?
yes right! In fact voltage values for a 16 channel multimeter. The
NSTableView columns have numerical identifiers (1-16) and with
Date/Time (but not implemented yet...).
Until you implement the Date/Time and map it to a row index, you're
not going to see anything meaningful in your table.
GZ
so you think I that I should return a NSCalendarDate in method -(int)
numberOfRowsInTableView... ?
_______________________________________________
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