EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 183

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 182
CHAPTER 5: Interapplication Communication with Scripts BridgeTalk class 183
getStatus()
BridgeTalk.getStatus (targetSpec)
targetSpec
Optional, a specifier for the target application; see Application specifiers” on
page 191.
If not supplied, returns the processing status of the current application.
Retrieves the processing status of an application. Returns a string, one of:
X BUSY: The application is currently busy, but not processing messages. This is the case, for
example, when a modal dialog is shown.
X IDLE: The application is currently idle, but processes messages regularly.
X PUMPING: The application is currently processing messages.
X ISNOTRUNNING: The application is installed but not running.
X ISNOTINSTALLED: The application is not installed.
X UNDEFINED: The application is running but not responding to ping requests. This can be true of
a CS2 application that uses an earlier version of the messaging framework.
getTargets()
BridgeTalk.getTargets ([version],[locale])
version
Optional. The specific version number to search for, or null to return the most
appropriate version (matching, most recent, or running), with version information.
X Specify only a major version number to return the highest minor-version
variation. For example, if Photoshop CS versions 9, 9.5, and 10 are installed:
BridgeTalk.getTargets( "9" )
=> [photoshop-9.5]
X Specify a negative value to return all versions up to the absolute value of the
version number. For example:
BridgeTalk.getTargets( "-9.9" )
=> [photoshop-9.0, photoshop-9.5]
locale
Optional. The specific locale to search for, or null to return applications for all
locales, with locale information.
If not supplied when
version is supplied, returns specifiers with version
information only.
Retrieves a list of messaging-enabled applications installed on this computer.
Returns an array of
Application specifiers” on page 191.
X If version is supplied, specifiers include the base name plus the version information.
X If locale is supplied, specifiers include the full name, with both version and locale information.
Vista de página 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 303 304

Comentários a estes Manuais

Sem comentários