我每次運行這個腳本時都會收到這個錯誤:System Events出錯:「Test123」不理解通知消息。AppleScript:調用處理程序裏面的tell語句
代碼:
--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
什麼是「Test123」通過「測試」'?這對我來說毫無意義 – mcgrailm 2011-05-05 19:22:38