Re: scripting font change in TextEdit / NoteTaker, etc
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.