• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
progress bar when creating file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

progress bar when creating file


  • Subject: progress bar when creating file
  • From: David Chan <email@hidden>
  • Date: Mon, 7 Nov 2005 18:53:34 +0800

Hi all
 I am sorry if this is an elementary issue but I am really clueless with
regards to the following matter. I would like to create a progress bar that
shows the progress of my 'file downloading process'.
By 'file downloading process' i mean the below process:
 NSURL *theURL= [NSURL URLWithString: theString];
NSData *theData= [NSData dataWithContentsOfURL: theURL]; (1)
 [fileManager createFileAtPath: theLocalPath contents: theData attributes:
nil]; (2)
 I suspect code on the line (1) and or (2) might be the one which relate to
the progress bar but I am not sure which and how to relate it.
 Please enlighten me on this matter. THanks a lot.
 Regards
David
 _______________________________________________
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

  • Follow-Ups:
    • Re: progress bar when creating file
      • From: j o a r <email@hidden>
  • Prev by Date: programmatic nib
  • Next by Date: Re: progress bar when creating file
  • Previous by thread: Re: programmatic nib
  • Next by thread: Re: progress bar when creating file
  • Index(es):
    • Date
    • Thread