Я пытаюсь заставить appleScript изменять размеры и перемещать окна Flash Builder, но у меня постоянно появляется ошибка. Кто-нибудь знает, как заставить Eclipse или Flash Builder хорошо играть с applecript?
Например:
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?:)