Re: Core Data Migration Progress

2008-09-12 Thread Doug Penny
On Thu, Sep 11, 2008 at 8:02 PM, Adam Swift <[EMAIL PROTECTED]> wrote: > No, you'll need to do a manual migration so you can register yourself as an > observer of the NSMigrationManager's migrationProgress Thanks Adam, I figured that was the case. I didn't want to spend much time on this feature

Core Data Migration Progress

2008-09-11 Thread Doug Penny
this possible using the basic default migration progress? I noticed that NSMigrationManager has a migrationProgress method, but I don't think I have access to this when using the automatic migration. Sincerely, Doug Penny ___ Cocoa-dev mailing list (

Re: NSURLConnection failing [SOLVED]

2008-02-25 Thread Doug Penny
On Thu, Feb 21, 2008 at 9:23 PM, Doug Penny <[EMAIL PROTECTED]> wrote: > I am trying to use NSURLConnection to fetch a few small images (like > 10k) from various websites. The connections are established and then > the connection:willSendRequest:redirectResponse: delegate meth

Re: NSURLConnection failing

2008-02-22 Thread Doug Penny
the next to the last two items in the thread are objc_msgSend and _NSURLDownloadDidRecevieData. I am just baffled at why this is failing so intermittently. Thanks. Doug On Thu, Feb 21, 2008 at 9:23 PM, Doug Penny <[EMAIL PROTECTED]> wrote: > I am trying to use NSURLConnection to fe

NSURLConnection failing

2008-02-21 Thread Doug Penny
I am trying to use NSURLConnection to fetch a few small images (like 10k) from various websites. The connections are established and then the connection:willSendRequest:redirectResponse: delegate method is called and it freezes. It never times out that I know of, at least the connection:didFailWi