• 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
NoteTaker script - help needed
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: NoteTaker script - help needed
      • From: "Mark J. Reed" <email@hidden>
  • Prev by Date: Re: Sort Array by Column X
  • Next by Date: Re: NoteTaker script - help needed
  • Previous by thread: Re: mail.app Getting an RSS mailbox
  • Next by thread: Re: NoteTaker script - help needed
  • Index(es):
    • Date
    • Thread