• 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: "email@hidden" <email@hidden>
  • Date: Wed, 3 Feb 2010 13:43:49 -0800

On Feb 3, 2010, at 1:24pm, Luther Fuller wrote:

This works.

(path to documents folder)
tell application "Finder" to set ListOfFiles to name of files of the result
set ChosenFile to (choose from list ListOfFiles with prompt "Select a File and press Choose" OK button name "Choose")

The problem seems to be putting 'path to ...' inside the tell Finder block.
The new question is: Why does this make a difference?

Hmmm,  But try this:
----------------
tell application "Finder"
set ListOfFiles to name of files of folder (path to documents folder)
set defaultItems to {item 2 of ListOfFiles} -- doesn't make it work
end tell

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

(path to documents folder)
tell application "Finder"
set ListOfFiles to name of files of the result
end tell

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

Cancel the first dialog and the second also doesn't work.

Reverse the order (Luther's version executing first) and they both work.

What a curious little bug!

ES

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

  • Prev by Date: Finder BUGS?
  • 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