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!
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!