• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Sending many lines of text to TextEdit window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Sending many lines of text to TextEdit window (From: "Jan E. Schotsman" <email@hidden>)

  • Prev by Date: Sending many lines of text to TextEdit window
  • Next by Date: Re: Sending many lines of text to TextEdit window
  • Previous by thread: Sending many lines of text to TextEdit window
  • Next by thread: Re: Sending many lines of text to TextEdit window
  • Index(es):
    • Date
    • Thread