2
私は、AppleScriptを取得してFlash Builderのウィンドウを移動しようとしていますが、EclipseやFlash BuilderをAppleScriptでうまく再生する方法を知っていますか?例えばAppleScriptとFlash Builder
:
tell application "Adobe Flash Builder 4.5"
activate
set the bounds of the first window to {-1680, 650, 0, 1050}
end tell
戻り、このエラー:
tell application "Adobe Flash Builder 4.5"
activate
set bounds of window 1 to {-1680, 650, 0, 1050}
--> error number -1708
Result:
error "Adobe Flash Builder 4.5 got an error: Can’t set bounds of window 1 to {-1680, 650, 0, 1050}." number -10006 from bounds of window 1
または多分bashでこれを行う方法はありますか? :)
EclipseやFlash Builderでスクリプト化が可能かどうかはどうやって確認できますか? :) – gdoubleod
@gdoubleod:Applescriptエディタ内で、メニューバーの ''ファイル ''オープンディクショナリ... 'に移動し、アプリケーションを探します。表示されていない場合は、手動でエディタをポイントすることができますが、提示されたリストにない場合はスクリプト可能ではない可能性があります。 –
スクリプト可能ではないと思いますが、後でもう一度試してみます... – gdoubleod