現在使っているディスプレーの解像度を求めるスクリプト。
解像度を調べてウインドウを二分割表示するとき等に便利。
- tell application “Finder“
- bounds of the window of the desktop
- end tell
- set {x1, y1, x2, y2} to result
- display dialog “このディスプレーの解像度は “ & x2 & “ד & y2 & “です。“ as string
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー