NoteTaker script - help needed
NoteTaker script - help needed
- Subject: NoteTaker script - help needed
- From: email@hidden
- Date: Thu, 22 Jul 2010 21:24:14 -0700
I have this script to set the name of the current page in NoteTaker
which partly works:
tell application "NoteTaker"
tell notebook 1
try
set myText to selected text of selected entry of
current page
parseString(myText) of me
set newText to result
set the name of the page to newText
end try
end tell
end tell
This script copies the selection but I get no result after that. How do
I change the script to get the current page renamed?
Thanks for any help.
_______________________________________________
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