• 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: scripting font change in TextEdit / NoteTaker, etc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scripting font change in TextEdit / NoteTaker, etc


  • Subject: Re: scripting font change in TextEdit / NoteTaker, etc
  • From: Michael Cytrynowicz <email@hidden>
  • Date: Thu, 22 Jul 2004 12:28:00 +0200

Hi list, one more thing:

When I run this script:
-------------------
tell application "NoteTaker"
set n to number of entries of current page of current notebook
repeat with i from 1 to n
set size of characters of entry i of current page of current
notebook to 11 -- "BitstreamVeraSans-Roman"
end repeat
end tell



I get this output in SE's events pane:
-------------------------------

tell application "NoteTaker"
count every entry of current page of current notebook
8
set size of every character of entry 1 of current page of current
notebook to 11
set size of every character of entry 2 of current page of current
notebook to 11
"NoteTaker got an error: NSUnknownKeyScriptError"



Any clues to what's going on?

Mike
_______________________________________________
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.


  • Prev by Date: Re: scripting font change in TextEdit / NoteTaker, etc
  • Next by Date: Re: scripting font change in TextEdit / NoteTaker, etc
  • Previous by thread: Re: scripting font change in TextEdit / NoteTaker, etc
  • Next by thread: Scripting with two windows in BBEdit
  • Index(es):
    • Date
    • Thread