• 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: Keychain scripting starts Classic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keychain scripting starts Classic


  • Subject: Re: Keychain scripting starts Classic
  • From: kai <email@hidden>
  • Date: Wed, 30 Mar 2005 23:21:22 +0100


On Wed, 30 Mar 2005 15:45:57 -0500, "Timothy K. Wilkinson" wrote:

This script fires up Classic every time.

tell application "Keychain Scripting"
    set the_name to the name of the current keychain
end tell

I searched the archive and found a similar problem. The solution was to put
in the full path to the scripting addition. However this won't compile. It
says the application cannot be found. I'm sure the path is correct. I'm
running 10.3.8


Does your path look like the result of this, Tim?

-----------

(path to scripting additions as Unicode text) & "Keychain Scripting.app:"

-----------

If that's correct, and the script still doesn't compile, try launching Keychain Scripting.app (manually) and recompiling.

If that doesn't work, comment out the script apart from the 'tell' and 'end tell' statements. If that part compiles OK, uncomment the other line(s)

And if that doesn't work, try wrapping the entire script in a 'using terms from' block

-----------

using terms from application "Keychain Scripting"
	-- rest of script here
end using terms from

-----------

HTH

---
kai

_______________________________________________
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


  • Prev by Date: Re: Showing a Package's Contents
  • Next by Date: Re: Capturing username for script that mounts server
  • Previous by thread: Keychain scripting starts Classic
  • Next by thread: apple script warning
  • Index(es):
    • Date
    • Thread