Apple AppleScript Finder Guide Uživatelský manuál Strana 54

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 168
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 167 168

Komentáře k této Příručce

Žádné komentáře