Re: Sending many lines of text to TextEdit window
Re: Sending many lines of text to TextEdit window
- Subject: Re: Sending many lines of text to TextEdit window
- From: Yvan KOENIG <email@hidden>
- Date: Mon, 14 Sep 2009 17:07:43 +0200
maybe:
tell application "TextEdit" activate make new document at the beginning of documents set the name of window 1 to "Test window"
tell front document make new paragraph at end with data "The quick brown fox jumped over the lazy dog." & return with properties {font:"Courier", size:11} make new paragraph at end with data "the snow leopard is a bit annoying." & return with properties {font:"Courier", size:11} end tell
end tell
Yvan KOENIG (VALLAURIS, France) lundi 14 septembre 2009 17:07:30
|
_______________________________________________
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