Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

digitalformula

macrumors newbie
Original poster
Dec 15, 2009
7
0
Hi all,

Panic's Transmit (http://www.panic.com/transmit) seems pretty good but I'm wondering if it's possible to position the Transcript window using AppleScript.

I can start Transmit and get it to open the Transcript window just fine by doing this:

tell application "Transmit" to activate
tell application "System Events"
tell application process "Transmit"
set frontmost to true
click menu item "Transcript" of menu 1 of menu bar item "Window" of menu bar 1
end tell
end tell

The just opens the Transcript window in the default position, though - I want it to be in a particular spot and a particular size.

Is this possible? If you know how, want to share the info? :)

Thanks!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.