RE: Script Menu in 10.6.2
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
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)
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