このスクリプトを実行するたびに、このエラーが発生します。システムイベントでエラーが発生しました:「Test123」は通知メッセージを理解していません。
コード:
--more code...
tell application "System Events"
if some_system_events_property then
my notify of "Test123" thru "Test"
end if
end tell
--more code...
to notify of message thru level
display dialog message with titel level
end notify
交換しようとしました
my notify of "Test123" thru "Test"
次の場合、成功しませんでした。
notify of "Test123" thru "Test" of me
(notify of "Test123" thru "Test") of me