Re: Sample code/tutorial(s) that deal with NSTableView?
by Reinder Verlinde <reinder@[EMAIL PROTECTED]
>
Jun 10, 2008 at 07:57 PM
In article <K5mdnV53a5dRANPVnZ2dnUVZ_hCdnZ2d@[EMAIL PROTECTED]
>,
Don Bruder <dakidd@[EMAIL PROTECTED]
> wrote:
> After going through the docs I can find on the NSTableView class, I'm
> still left with no clue how to work with the darn things. They look like
> they'd be the ideal way to present the data in the project I'm messing
> with to the user (I gather my data and stuff it into an NSMutableArray
> holding "items" - Each individual item is an object with all of the
> pertinent data for that item - Description, ID number, price, etc) but I
> can't figure out how to even get started using the class.
>
> The NSTableView reference is fine - as far as it goes. Ditto the
> "conceptual" that goes with it. But neither helps me at all in actually
> *USING* them!
>
> I need something that shows me what's involved in actually making it
> work.
<http://www.google.com/search?q=NSTableView+example>
leads to (among
others) <http://cocoadevcentral.com/articles/000063.php>
Reinder