Re: openPanel using Automator Runner
Re: openPanel using Automator Runner
- Subject: Re: openPanel using Automator Runner
- From: Shane Stanley <email@hidden>
- Date: Wed, 19 Jun 2013 09:20:28 +1000
Jim,
That isn't really AppleScript Obj-C stuff, but rather using AppleScript Studio-style commands in Automator Runner. Automator Runner no longer supports that, so if you upgrade systems you're likely to be caught out (although it might keep working, and just be uneditable). Just so you know...
Anyway, I the problem line might be this:
call method "setDirectoryURL:" of openPanel with parameters {"/Users/jim/Documents/eBooks/"}
You're passing a path where a URL is required. I know this used to mostly work with a path, but it's also incorrect.
|
_______________________________________________
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