URLManager progress window
URLManager progress window
- Subject: URLManager progress window
- From: Ryan Joseph <email@hidden>
- Date: Mon, 09 Feb 2004 10:03:40 -0700
- Organization: The Alchemist Guild
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.