gpt4 book ai didi

macos - AppleEvent 处理程序失败 (-10000)

转载 作者:行者123 更新时间:2023-12-04 12:04:33 27 4
gpt4 key购买 nike

我在脚本的一个简单部分遇到问题,我想在其中获取属性 dock preferences系统事件。我有以下几点:

tell application "System Events"
tell appearance preferences
set ap_prefs to (get the properties)
set ap_prefs to the properties
end tell
set a_pref to the properties of appearance preferences

-- Error Part
tell dock preferences
set d_prefs to (get the properties)
end tell
set d_pref to the properties of dock preferences
end tell

在上面的代码中,我访问了 appearance preferences以上面显示的所有方式,但不是 dock preferences .它给出了一个错误 error "System Events got an error: AppleEvent handler failed." number -10000 .

那么发生了什么,为什么只在停靠时出现错误? Here @dj_bazzie_wazzie 说:

Error -10000…most of the time it is not a target error but an incomplete command or wrong usage of brackets.



但我无法弄清楚什么是正确的方法。我已经尝试了所有我能想到的,为什么它不抛出 appearance preferences 的异常? ?

干杯

最佳答案

这个?

tell application "System Events" to get properties of dock preferences

关于macos - AppleEvent 处理程序失败 (-10000),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31951784/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com