upgrade applescript editor

Joined
Jan 15, 2012
Messages
6
Reaction score
0
Points
1
I have a script in one of my applications that works fine using version 2.4. The script fails for one of my clients. They have applescript editor version 2.3.

I can't figure out what to tell them to do to upgrade their applescript editor to 2.4.

Any suggestions?
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
I'm pretty sure the AS editor is part of OS X and is not installable as a separate component. In other words, to update the AS editor, you have to update OS X.
 

Slydude

Well-known member
Staff member
Moderator
Joined
Nov 15, 2009
Messages
17,609
Reaction score
1,076
Points
113
Location
North Louisiana, USA
Your Mac's Specs
M1 MacMini 16 GB - Ventura, iPhone 14 Pro Max, 2015 iMac 16 GB Monterey
not a scripting genius but the version of AppleScript Editor might not be the issue. It's possible that the script uses a function that is not supported for other reasons. Let me explain this way. Let's say you have an application installed. Your client has an older version of the same program. It's possible that your newer version has some AppleScript functions built in that the older version does not have.

There are a few questions that come to mind:

1. When you run the script is it running from inside Script Editor or has it been saved as an application? If you haven't done so I would try that.

2. Are you getting any kind of error message when the script runs?
 
Joined
May 19, 2009
Messages
8,428
Reaction score
295
Points
83
Location
Waiting for a mate . . .
Your Mac's Specs
21" iMac 2.9Ghz 16GB RAM - 10.11.3, iPhone6s & iPad Air 2 - iOS 9.2.1, ATV 4Th Gen tvOS, ATV3
Yes I agree with Sly above and Van.
There are other problems running here as a script is backwards compatible, but the scriptable properties of the built-in apps, and even the OS can certainly change between versions... You need to find out what .v App it is your trying to run the script on your friend has, what OS and such.
Maybe even drop the script in here using the
Code:
tags and let us see if its a .v problem or something else.
 
Joined
Feb 14, 2004
Messages
4,781
Reaction score
166
Points
63
Location
Groves, Texas
Also if going between versions of operating systems you need to be using source not compiled scripts.
In other words, give the client the source of the script and let them compile to application so it's compatible with their OS.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top