Re: NSTableView & different columns
Re: NSTableView & different columns
- Subject: Re: NSTableView & different columns
- From: Sanri Parov <email@hidden>
- Date: Sun, 3 Jul 2005 01:16:30 +0200
On Sat, 02 Jul 2005 17:27:30 -0400, Dave Hersey wrote:
> So, if the identifiers are "number" and "button", you'd have number,
> setNumber, button, and setButton methods in the data object and include the
> code below in your table's data source. (Here, I was storing the table
> objects using an array.)
>
> - Dave
Thanks Dave,
the example was pretty good, but there's a point: you use an array,
which is a very good and common way to treat datas.
In my case, I'd like to set the first column with a progressive row
number and the second one with a checkbox that's set
on the checked position if a file exists in a certain location.
Can I use an array even in this case? What do you suggest?
Thanks again for all the kind help.
--
Sanri Parov
_______________________________________________
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