Re: Choose file
Re: Choose file
- Subject: Re: Choose file
- From: kai <email@hidden>
- Date: Wed, 1 Mar 2006 16:47:04 +0000
On 1 Mar 2006, at 15:55, Luther Fuller wrote:
I've been trying to get this command to work properly.
"Choose an audio file (AIFF, MPG3, M4A , WAVE) to play ..."
choose file with prompt the result of type typeList without
invisibles
If typeList is an empty list, I can choose the files I want, but I
can also choose any type of file.
If typeList contains any item, then the choose file dialog does not
allow me to choose anything.
What I want is a correct response for the typeList = {"aif",
"aiff", "mp3", "wav"}.
Is there a bug here that I should know about?
A filename extension isn't quite the same as file type or type
identifier, Luther. Try either one or the other:
choose file of type {"AIFF", "MPG3"} without invisibles
choose file of type {"public.aifc-audio", "public.mp3",
"com.microsoft.waveform-audio"} without invisibles
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Choose file (From: Luther Fuller <email@hidden>) |