タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

AppleScriptに関するkyabのブックマーク (2)

  • 鳶嶋工房 / AppleScript / 入門 / 用語説明の読み方(オブジェクト編)

    オブジェクトの調べ方 命令と同じように、オブジェクトも用語説明で確認する事ができます。 ウィンドウ上部のの用語一覧で[C]アイコンが表示されているものが、オブジェクト(Class)などを指しています。 [C]アイコンが表示されているものはオブジェクトの他に、レコードである場合や、as で変更したりするために用意されている値のクラスがあります(注1)。 オブジェクトの読み方 各用語をクリックすると、ウィンドウ下部に該当する用語の説明が表示されます。 オブジェクトの用語説明は、まず次のような記述で始まります(注1)。 オブジェクト名の直後の n は、名詞(noun)であることを示しています。 オブジェクト名 n [inh. 継承元] : オブジェクトの説明 オブジェクト名の複数形は「every オブジェクト名」と同じ意味で使えます(注2)。 everyの書式の他に複数形が用意されているのは、自

  • AppleScript: The Language of Automation

    Powerful, easy-to-learn, easy-to-use automation for Macintosh systems. Everyone who uses a computer knows how daunting it can be to perform the same series of tasks over and over again. For example, try to change the name of 75 files in a folder and you'll soon realize how time-consuming and stressful repetitive actions can be. Isn't there an easier way? Yes, it's called AppleScript. AppleScript i

    kyab
    kyab 2010/11/11
    基本から
  • 1