Re: Difficulties with choose file of type - PowerPoint
Re: Difficulties with choose file of type - PowerPoint
- Subject: Re: Difficulties with choose file of type - PowerPoint
- From: Brett Powley <email@hidden>
- Date: Fri, 23 May 2008 10:44:12 +1000
It must need to be a list.
[of type list of text] : a list of file types or type identifiers.
Only files of the specified types will be selectable.
Try:
info for (choose file of type {"com.microsoft.powerpoint.ppt"})
It doesn't need to be a list; it can be a single type. And in any case
set pres to choose file of type
{"org.openxmlformats.presentationml.slideshow"}
doesn't work, either.
(Or indeed
{"com.microsoft.powerpoint.ppt",
"org.openxmlformats.presentationml.slideshow.macroenabled",
"org.openxmlformats.presentationml.slideshow",
"org.openxmlformats.presentationml.presentation"}
which is what I really want to work).
_______________________________________________
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