Quote:
Originally Posted by natas
care to explain that? I'm quite new to apple
|
It's a pain in the ass, and I no longer have a Mac to debug anything. It'd look similar to this:
Code:
try
tell application "System Events" to tell process "Firefox"
tell window 1
set position to {1155, 104} -- force onto second screen
set size to {1024, 768} -- resize
end if
end tell
set frontmost to true
end tell
end try