« Acrobat SDK 2021 | トップページ | [Acrobat AppleScripts]アプリケーションの画面サイズ »

[AppleScript Basic]Dock関連の値を取得する

tell application "System Events"
tell application process "Dock"
properties
set {dockWidth, dockHeight} to the size of list 1
set thePID to unix id
end tell
tell dock preferences
properties
set theScreenEdge to screen edge as text
set theAutohide to autohide as boolean
set theMagnification to magnification as boolean
set theAnimate to animate as boolean
set theMinimizeEffect to minimize effect as text
set theMagnificationSize to magnification size as number
end tell
end tell

ドックサイズや値.scpt.zip


|

« Acrobat SDK 2021 | トップページ | [Acrobat AppleScripts]アプリケーションの画面サイズ »

AppleScript」カテゴリの記事