Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberDownloadExtension


StartDownloads

Initiates the download requests queued for a download part.

void StartDownloads (in ODBoolean openWindow);
openWindow
kODTrue if the method should open a window to display progress; otherwise, kODFalse.
DISCUSSION
You call this method to begin processing a download part's queue of download-to-disk requests. You add a request to the download part's queue by calling either DownloadCyberItem or PostDownloadRequest.

If you specify kODTrue for the openWindow parameter, the download part displays a modeless dialog box that shows the progress of the download operations.

If you subclass CyberDownloadExtension, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.

SEE ALSO
The DownloadCyberItem method (page 214).
The PostDownloadRequest method (page 215).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996