Re: URLManager progress window
Re: URLManager progress window
- Subject: Re: URLManager progress window
- From: Marc Krochmal <email@hidden>
- Date: Mon, 9 Feb 2004 19:28:22 -0800
Ryan,
This is explained in Q&A 1140.
<
http://developer.apple.com/qa/qa2001/qa1140.html>
-Marc
On Feb 9, 2004, at 9:03 AM, Ryan Joseph wrote:
I have what seems to be a simple question regarding the URLManager
progress window. I used URLSimpleDownload as an example below (in
pascal) but it also fails for the similar function URLUpload.
Basically under OS X the window which shows the transfer progress is
not displayed, no errors though. This is such a one sided function I
can't see how i could cause it to fail. Can anyone think of ANY reason
that it would not be displayed? Btw, I did try to setup the even
handlers (even though the docs said it would display a modal dialog if
not used) but that did not work either. Thanks for your ideas...
err := URLSimpleDownload(@url[1], nil, data, kURLDisplayProgressFlag +
kURLDisplayAuthFlag, nil, nil);
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.