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 / CyberSession


PromptForCyberItem

Displays the Connect To dialog box and returns the Cyberdog item specified by the user.

CyberItem PromptForCyberItem (in Str255 windowTitle);
windowTitle
The title to be used for the Connect To dialog box.
return value
The CyberItem object specified by the user.
DISCUSSION
You call this method to display the Connect To dialog box with the specified title; this method calls the CyberItemPromptExtension::PromptForCyberItem method. If you do not specify a window title, the Connect To dialog box is displayed with a default title.

The Connect To dialog box allows the user to select from any services installed in the system and to specify a Cyberdog item in the corresponding Connect To panel. This method returns the Cyberdog item specified by the user; it does not open the item.

Do not subclass this class.

SEE ALSO
The ShowConnectDialog method (page 376).
The CyberItemPromptExtension::PromptForCyberItem method (page 249).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996