Handler call error in tell block in Applescript

Posted by Dmitry on Stack Overflow See other posts from Stack Overflow or by Dmitry
Published on 2010-04-18T20:24:24Z Indexed on 2010/04/18 20:33 UTC
Read the original article Hit count: 191

Filed under:

Why a handler is not called within the tell block? Error is -1708

on stub() -- method is not called in tell block
end stub

tell application "Finder"
    stub()
end tell

© Stack Overflow or respective owner

Related posts about applescript