Re: Core Data - binding entities to UI
Re: Core Data - binding entities to UI
- Subject: Re: Core Data - binding entities to UI
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 8 Jul 2005 12:51:58 -0700
On Jul 8, 2005, at 12:16 PM, Nicko van Someren wrote:
The Interface Builder inspector for NSArrayController now has a
"Mode" button which lets you bind it to an entity in a managed
object context rather than to an array.
If you want to set this up directly, simply Option-drag an entity
into the nib file document window (that is, the one with File's Owner
etc. rather than any NSWindow associated with the nib file).
But it's not clear what difficulties the original poster has. To
reiterate in a slightly different way a point made in another thread:
fundamentally managed objects are still just objects. Their
lifecycle is somewhat different, but the way you interact with them,
send them messages, hook up bindings etc. (module the different
configuration of the controllers themselves) is just the same as any
other object...
mmalc
_______________________________________________
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