RE: minimize the terminal
RE: minimize the terminal
- Subject: RE: minimize the terminal
- From: kai <email@hidden>
- Date: Thu, 23 Oct 2003 01:07:30 +0100
on Thu, 23 Oct 2003 00:21:49 +0100, I wrote:
>
on 22/10/03 10:06 pm, Dave Dowling wrote:
>
>
> How about this instead (doesn't require System Events):
>
>
>
> tell application "Terminal"
>
> set miniaturized of window 1 to true
>
> end tell
>
>
Better still. Works for me, Dave! :-)
on Wed, 22 Oct 2003 17:54:02 -0500, Jay <email@hidden> wrote:
>
-------------------------
>
tell application "Terminal"
>
set window 1's miniaturized to true
>
end tell
>
-------------------------
Sorry, Jay. I obviously posted Dave's suggestion before seeing yours.
Seems I was in such a rush to use some GUI scripting that I didn't check
Terminal's dictionary properly... :-)
---
kai
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.