Re: Which method is called absolutetly last?
Re: Which method is called absolutetly last?
- Subject: Re: Which method is called absolutetly last?
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 19 Apr 2006 10:46:04 -0700
On Apr 19, 2006, at 10:34 AM, Uli Kusterer wrote:
Am 19.04.2006 um 15:47 schrieb Nir Soffer:
Try to call the method from applicationDidFinishLaunching: using
performSelector:withObject:afterDelay:
There has *got* to be a better way than that to do it, right? If
you just wait a fixed delay, heavy load or a slow hard disk or
network volume could cause loading to take longer than the delay
and it would still fail. Isn't there some method or notification
that might help better?
It's better to force the array controller to load its contents
immediately. It's one of the few places where bindings work a little
bit differently with Core Data, and is called out explicitly here:
<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:
This email sent to email@hidden