MACSCRPT Archives

February 2006

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Lively <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 3 Feb 2006 12:56:37 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (40 lines)
On Feb 3, 2006, at 12:34 PM, John A.M. Darnell wrote:

>> Is this built in Studio?
>
> No.  It is built in Script Debugger.
>

I think I figured it out.


tell application "TextEdit"
	activate
	make new document
	set text of document 1 to "Please wait"
	set size of text of document 1 to 72
	delay 1
	set text of document 1 to text of document 1 & return & "and Still  
more"
	delay 1
	set text of document 1 to "almost done"
	set color of text of document 1 to {65525, 0, 0}
	delay 1
	close document 1 without saving
end tell


>>
>>
>> As for Lummox I wish I could remember.  I have it in the basement I
>> think.  Time to clean I guess :)
>
> Don't throw it away!  Donate it to a library somewhere!  Vintage  
> Heinlein
> is such a treat.
>
> Take care.
>
> John
>

ATOM RSS1 RSS2