Apple AppleScript Finder Guide Manual de usuario Pagina 54

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 168
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 53
CHAPTER 2
Finder Objects
42 Object Class Denitions
ELEMENT CLASSES
None
COMMANDS HANDLED
Count, Data Size, Exists, Get, Sort
DEFAULT VALUE CLASS RETURNED
A reference or, if you use the plural form application processes, a list of
references of the form
application "ApplicationProcessName"
where ApplicationProcessName is the name of an application process as it appears
in the Applications menu.
EXAMPLES
You can use a script like this to get a list of all the application processes that are
currently running:
tell application "Finder"
application processes
end
--result: {application "HyperCard", application "Script
Editor", application "Scriptable Text Editor"}
The following script hides the TeachText application process:
tell application "Finder"
set visible of application process "TeachText" to false
end tell
Vista de pagina 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 167 168

Comentarios a estos manuales

Sin comentarios