• 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
Script Menu in 10.6.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Script Menu in 10.6.2


  • Subject: Script Menu in 10.6.2
  • From: "Steve Valenti" <email@hidden>
  • Date: Wed, 3 Feb 2010 11:35:08 -0500
  • Thread-topic: Script Menu in 10.6.2

Is anyone else experiencing problems when placing a script in the script menu. This simple script should display all files in the document folder and allow you to choose one from the list. It works when run from Applescript editor but place it in the script menu and you can’t choose anything…

 

tell application "Finder"

          set ListOfFiles to name of files of folder (path to documents folder)

end tell

 

 

set ChosenFile to (choose from list ListOfFiles with prompt "Select a File and press Choose" OK button name "Choose")

 

 

 _______________________________________________
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: Script Menu in 10.6.2
      • From: Luther Fuller <email@hidden>
    • Re: Script Menu in 10.6.2
      • From: Luther Fuller <email@hidden>
    • Re: Script Menu in 10.6.2
      • From: Yvan KOENIG <email@hidden>
    • Re: Script Menu in 10.6.2
      • From: Michelle Steiner <email@hidden>
    • Re: Script Menu in 10.6.2
      • From: "email@hidden" <email@hidden>
  • Prev by Date: More busy work
  • Next by Date: Re: Script Menu in 10.6.2
  • Previous by thread: More busy work
  • Next by thread: Re: Script Menu in 10.6.2
  • Index(es):
    • Date
    • Thread