Re: Bindings, CoreData, NSOutlineView, and NSTreeController
Re: Bindings, CoreData, NSOutlineView, and NSTreeController
- Subject: Re: Bindings, CoreData, NSOutlineView, and NSTreeController
- From: "Pierce T. Wetter III" <email@hidden>
- Date: Fri, 19 May 2006 18:05:23 -0700
On May 19, 2006, at 5:57 PM, Mark Dawson wrote:
After many months, I'm back programming Cocoa, with a project that
can target Tiger only. My previous projects required 10.2 support,
so I never had the chance to use bindings or CoreData. I'd like to
fix that now :)
The first part of my project revolves around building a (simple)
GUI front end with a list of checkboxes, some with disclosure
triangles (that disclose lists of checkboxes), some without. The
title, state, and hierarchy is defined via a C struct (linked-list)
that I get back from a library call.
From my initial investigation, it appears that NSOutlineView was
the object to start wtih, and NSTreeController being the way to
handle bindings and hierarchies. I wasn't clear if CoreData would
make sense to use.
Do bindings make my life easier with my above requirements? Would
CoreData?
Yes, Yes, but you'll need to wrap those c-structs with some ObjC
objects.
Pierce
_______________________________________________
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