Re: Script Menu in 10.6.2
Re: Script Menu in 10.6.2
- Subject: Re: Script Menu in 10.6.2
- From: Luther Fuller <email@hidden>
- Date: Wed, 03 Feb 2010 16:02:05 -0600
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!
The following does not work.
tell application "Finder" to (path to library folder) (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")
But, it does work if the first line is commented out. It seems that using ...
tell application "Finder" to (path to ...)
will poison the remainder of the script, at least when the script is run from the Scripts menu. But, why?
|
_______________________________________________
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