ADC Home > Reference Library > Technical Notes > Legacy Documents > Mac OS 9 & Earlier >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Determining whether Desktop Manager calls are supportedDate Written: 3/17/93 Last reviewed: 6/24/93
Is there a Gestalt selector for determining specifically whether desktop
database calls such as
To determine whether the Desktop Manager calls are supported, use the following
Pascal code, or modify it to C. If the
It's important to note the warnings described in Inside Macintosh Volume
VI, regarding the use of Desktop Manager calls. The Desktop Manager call
descriptions are provided for informational use only. Applications that call
Macintosh Desktop Manager vs desktop fileDate Written: 12/11/92 Last reviewed: 3/1/93 What are the advantages of the Desktop Manager's desktop database over the Desktop file? Inside Macintosh simply states that the desktop database can hold more icons than the Desktop file. The advantages of the Desktop Manager over the Desktop file are:
Removing icon data from Macintosh Desktop database or fileDate Written: 12/11/92 Last reviewed: 3/1/93 In what circumstances does the Finder remove icons from the Desktop file? The Desktop file my external file system creates for the Finder never seems to shrink, even when applications are removed from my remote volume. With both the Desktop file and the Desktop Manager, icon data isn't removed from the database unless the Desktop database or file is rebuilt from scratch. That's because the Finder (and file system for that matter) has no way of being notified when the last file of a given creator and type is removed from a volume. If the Finder removes an application (a file with type APPL), then the Finder attempts to remove the application mapping information for that copy of the application from the Desktop database or file. System 6 versus System 7 Desktop ManagerDate Written: 8/30/91 Last reviewed: 8/1/92 If the Desktop Manager (the version that comes with AppleShare) is installed under System 6.0.x, is it backward-compatible that of System 7.0? The Desktop Manager in System 7 is completely backward-compatible with that of System 6.0.x. The System 7 version has been highly optimized, and is more robust than the original. Determining if Macintosh Desktop Manager is presentDate Written: 3/7/91 Last reviewed: 8/1/92 How does one determine if the Macintosh Desktop Manager is available? I know under System 7.0 it's always available, but how about under 6.0?
The best method for determining whether the Desktop Manager is available or not
is to use Downloadables
|
|