minimize the terminal.
minimize the terminal.
- Subject: minimize the terminal.
- From: Mathew Hoy <email@hidden>
- Date: Wed, 22 Oct 2003 08:13:03 -0400
i'm trying to write a script that opens terminal, starts script "top"
and
then minimizes the window.
so far:
tell app "terminal"
activate
do shell script "top"
end tell
i've been trying ways to minimize the window all morning. anyone
have any suggestions? ugh. i'm too new to applescript to "get it"
this early in the morning.
thanks,
-mathew
On Wednesday, October 22, 2003, at 06:52 AM, Shane Stanley wrote:
On 22/10/03 7:26 PM +1000, Kirill Kortchagin, email@hidden, wrote:
Have you tried coercing the text to Unicode text first?
Yes, Its dont work.
For Example
tell application "InDesign 2.0.1 CE"
tell document 1
set SomeText to "Kirill" - - I dont type in cyrillic, becouse it
demands specific settings for the e-mail program.
set SomeText to SomeText as Unicode text
set text 1 of text frame 1 to SomeText
end tell
end tell
The result is the same, as without coercing the text to Unicode.
It may be something related to the CE version, or you may need to use a
text-encoding converter. Perhaps JD will chime in with info on the
latter.
--
Shane Stanley, email@hidden
_______________________________________________
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.
mathew
b: vegetarian, buddhist, beta-geek
_______________________________________________
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.