• 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
Scripting TextEdit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting TextEdit


  • Subject: Scripting TextEdit
  • From: Nelson Byrne <email@hidden>
  • Date: Fri, 5 May 2006 17:39:24 -0700

What's wrong with this?

tell application "TextEdit"
--TextEdit has two elements of its own: documents and windows. No properties.
get front document returning theDoc
tell theDoc
--a TextEdit Suite document has a text property, part of the Text Suite
get text of theDoc returning theText -->"Recitative"
--Text Suite texts have a font property
font of theText -->"Can't get font of \"Recitative\"."
end tell
end tell


I had hoped to change the size of certain characters in a document, but I didn't get far. Can someone help please?

Regards,

Nelson Byrne
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Scripting TextEdit
      • From: kai <email@hidden>
    • Re: Scripting TextEdit
      • From: dev_sleidy <email@hidden>
    • Re: Scripting TextEdit
      • From: deivy petrescu <email@hidden>
  • Prev by Date: Illustrator Keywords
  • Next by Date: Re: Scripting TextEdit
  • Previous by thread: Illustrator Keywords
  • Next by thread: Re: Scripting TextEdit
  • Index(es):
    • Date
    • Thread