Applescript的「從列表中選擇」用戶交互有一個「取消」按鈕 - 我希望這個「取消」告訴腳本立即停止執行。換句話說:如何告訴Applescript停止執行
set wmColor to choose from list {"Black", "Black for all", "White",
"White for all"} with prompt "What color should the watermark be?"
default items "White for all" without multiple selections allowed and
empty selection allowed
if wmColor is false
*tell script to stop executing*
end if
似乎無法找到如何做到這一點 - 有誰知道如何?
這隻適用於未包含在捕獲此類錯誤的try塊中。 – spyle 2015-02-18 22:11:46