Re: Newbie: Dynamically filling NSTableView
Re: Newbie: Dynamically filling NSTableView
- Subject: Re: Newbie: Dynamically filling NSTableView
- From: Jerry Krinock <email@hidden>
- Date: Sat, 24 Feb 2007 19:43:09 -0800
- Thread-topic: Newbie: Dynamically filling NSTableView
on 07/02/24 16:00, Ryan Harter at email@hidden wrote:
> I have an NSTableView that I want to hold the file names and a status
> icon for files a user can load into my program. The idea is that
> they will click the add button(or drag and drop in the future) and
> select input files, then they appear in the table. I really have no
> idea where to start(controller, datasource) so if anyone could point
> me in the right direction, that would be great.
I know the first inclination of a newbie is to dive right in and get a
button or two working, and I hate to dampen your enthusiasm. But if your
app is for Mac OS 10.4 or later, it looks like a good candidate for
CoreData. The learning curve is steeper, but if you intend this to grow
into a full-featured app, there will be less work in the long run.
Actually, you might be able to get something going pretty quickly by
reverse-engineering some sample code:
http://developer.apple.com/samplecode/CoreRecipes/
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden