Re: Scripting Terminal.app
Re: Scripting Terminal.app
- Subject: Re: Scripting Terminal.app
- From: Philippe GRUCHET <email@hidden>
- Date: Sun, 27 Apr 2003 19:10:08 +0200
From: Jean-Baptiste LE STANG <email@hidden>
But if you look with care what is going on when you run the script,
you will see a window that appears and then dissapear.
test the following to see the problem :
tell application "Terminal"
activate
make new window at end of windows with properties {size:{800, 800},
visible:true}
end tell
Hey, I'm cross-eyed with your ghost window apparition! ;-)
And:
------------------------------------
tell application "Terminal" to set visible of windows to true
------------------------------------
Doesn't change anything.
=>
tell application "Terminal" to do script ""
_______________________________________________
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.