Re: Setting bounds in Terminal
Re: Setting bounds in Terminal
- Subject: Re: Setting bounds in Terminal
- From: Christopher Stone <email@hidden>
- Date: Sun, 16 Jan 2011 12:26:52 -0600
On Jan 16, 2011, at 11:26, Robert Poland wrote: I am trying to set the bounds of a window in terminal.
... Is there a cure? ______________________________________________________________________
Hey Bob,
That sure does seem buggy.
tell application "Terminal" set bounds of front window to {0, 200, 960, 600} --> Actual: {0, 22, 960, 422} set position of front window to {0, 100} --> Actual: {0, 100, 960, 500} end tell I would suggest you apply Axel's method of setting the size and then reposition the window.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden