Re: Moving Terminal.app windows
Re: Moving Terminal.app windows
- Subject: Re: Moving Terminal.app windows
- From: Martin Orpen <email@hidden>
- Date: Wed, 02 Feb 2005 19:11:08 +0000
on 2/2/05 6:13 pm, Doug McNutt wrote:
> What positioning commands should one use to place the window at the left side
> and just under the menu bar with a short height and a width just wide enough
> to display progress as written to stderr by curl?
Trust me:
tell application "Terminal"
set bounds of window 1 to {0, 22, 527, 162}
set bounds of window 1 to {0, 22, 527, 162}
end tell
Terminal needs telling twice :-)
[or hack the Term.nib when you get fed up having to move stuff with AS every
time you create a new window]
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden