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

RE: Script Menu in 10.6.2


  • Subject: RE: Script Menu in 10.6.2
  • From: "Steve Valenti" <email@hidden>
  • Date: Wed, 3 Feb 2010 14:30:47 -0500
  • Thread-topic: Script Menu in 10.6.2

Choose from list comes from Standard Additions not the Finder. Why do I need to tell the Finder anything? Although placing it in this tell block works I’m left scratching my head. What’s going on when I choose a script from the script menu? I’m moving lots of scripts from 10.4 machines to new 10.6 machines and finding things like this don’t work anymore…..

 

 

From: email@hidden [mailto:email@hidden]
Sent: Wednesday, February 03, 2010 12:06 PM
To: liste AppleScript US; Steve Valenti
Subject: Re: Script Menu in 10.6.2

 

Works on my mac. 10.6.2

 

Try putting the dialog call inside the finder tell

 

ES

 

On Feb 3, 2010, at 8:35am, Steve Valenti wrote:



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: "email@hidden" <email@hidden>
References: 
 >Script Menu in 10.6.2 (From: "Steve Valenti" <email@hidden>)
 >Re: Script Menu in 10.6.2 (From: "email@hidden" <email@hidden>)

  • Prev by Date: Re: Script Menu in 10.6.2
  • Next by Date: Re: Script Menu in 10.6.2
  • Previous by thread: Re: Script Menu in 10.6.2
  • Next by thread: Re: Script Menu in 10.6.2
  • Index(es):
    • Date
    • Thread