Re: NSURLHandle - Never loads a url, never produces a failure message
Re: NSURLHandle - Never loads a url, never produces a failure message
- Subject: Re: NSURLHandle - Never loads a url, never produces a failure message
- From: April Gendill <email@hidden>
- Date: Thu, 1 Apr 2004 08:51:51 -0700
I did. I don't know what was going on but I tossed the build directory
for like the third time and rebuilt it and it started working. :\
On Apr 1, 2004, at 5:37 AM, Dave Hersey wrote:
Hi April,
Maybe it's not the code. Did you remember to set your delegate? If
not, your
delegate methods won't be called so you won't see any logging.
- Dave
On 4/1/04 1:36 AM, "April Gendill" <email@hidden> wrote:
Below is the actual code except the URL, but the url I am using in the
app is valid.
When I call the lookForConnection method nothing ever happens. None of
the other methods are ever called. Now do keep in mind that the code I
first used was a direct cut and paste from one of my applications
which
uses it and it works fine. I cannot figure out the difference. Below
however is exactly what I took from the working app except I cut out
everything but the NSLog lines.
I have tried creating an empty project and doing the same flat cut and
paste and it still fails. What Am I doing wrong????? Oh and by the way
yes, I added the <NSURLHandleClient>
I left the program running, waiting for like 10 minutes and nothing
ever happened. It never fails and never connects. Why does this code
work in one application and not in another?
...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.