Re: Core Data / NSTableView Binding
Re: Core Data / NSTableView Binding
- Subject: Re: Core Data / NSTableView Binding
- From: Greg Hoover <email@hidden>
- Date: Sun, 23 Apr 2006 10:26:05 -0700
Sorry for the confusion -- I understood that I could manually fetch
it. When I said "basically no" I was referring to the idea of
receiving notification when it had been done.
Thanks for the clarification though.
-GH
On Apr 23, 2006, at 9:03 AM, I. Savant wrote:
Not sure why you get that the answer is no. :-) The document to
which mmalc referred you shows that, while you won't receive a
"notification", you can *expect* it to be finished loading after
manually forcing your table's array controller to fetch. At least
as long as there was no error during the fetch (which you can
easily check for with the code example provided by the documentation).
Or is this not what you meant?
--
I.S.
On Apr 23, 2006, at 4:36 AM, Greg Hoover wrote:
So basically, no. Thanks for the confirmation.
-GH
On Apr 23, 2006, at 12:26 AM, mmalcolm crawford wrote:
On Apr 22, 2006, at 5:34 PM, Greg Hoover wrote:
I have a NSTableView that is bound to my applications
NSManagedObjectContext and uses Core Data to automatically load
data into the table. Is there a way to be notified when Core
Data has finished loading the data and the table has been
populated? I can seem to find a delegate method in either class
that allows this.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CoreData/Articles/cdBindings.html>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
_______________________________________________
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