Re: Scripting Leopard terminal
Re: Scripting Leopard terminal
- Subject: Re: Scripting Leopard terminal
- From: Philip Aker <email@hidden>
- Date: Thu, 29 Nov 2007 19:37:44 -0800
On 2007-11-29, at 19:22, broz wrote:
At risk of sounding like an idiot...
How can I tell terminal app to open a new tab in the frontmost window?
Look for a post by Matthew Lambie near the beginning of this month
(Nov 2 ?) in the archives.
This does not work. I get an error back from the terminal "AppleEvent
handler failed"
tell application "Terminal"
set frontWindow to window 1
tell frontWindow
set newTab to make new tab with properties {number of rows:50,
number of columns:80}
-- do more stuff here, once I fix the above item...
end tell
end tell
Philip Aker
echo email@hidden@nl | tr a-z@. p-za-o.@
_______________________________________________
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