Re: Yosemite & Database Events
Re: Yosemite & Database Events
- Subject: Re: Yosemite & Database Events
- From: Axel Luttgens <email@hidden>
- Date: Sun, 11 Jan 2015 12:52:34 +0100
Le 11 janv. 2015 à 11:49, Shane Stanley a écrit :
> On 11 Jan 2015, at 8:16 pm, Axel Luttgens wrote:
>>
>> As far as I can tell, it is working.
>
> I haven't spent any time with it, but if you download the sample scripts on this page: <http://www.macosxautomation.com/applescript/learn.html>, they don't run under Yosemite. Maybe there's a workaround, but it suggests that something has changed.
Hello Shane,
Indeed, it seems that the database creation step now requires an explicit "location" property; for example, with this change in "Build Database.applescript":
set this_database to make new database with properties {name:database_name, location:path to desktop}
and this one in "Query Examples.applescript":
set database_file to (POSIX path of (path to desktop)) & "presidents"
both scripts seem to run as originally intended.
Axel
_______________________________________________
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