Re: What's the REAL problem, please?
Re: What's the REAL problem, please?
- Subject: Re: What's the REAL problem, please?
- From: Andrew Oliver <email@hidden>
- Date: Fri, 01 Sep 2017 22:59:44 -0700
Sent from my iPhone
> On Sep 1, 2017, at 10:05 PM, Brian Christmas <email@hidden> wrote:
>
> To get using terms from to work, I’m still restricted to knowing the exact
> name of the bundle identifier, which I REALLY absolutely need as a variable.
At compile time, yes but that is _largely_ irrelevant at rub time
You can put anything in your 'using terms from' statement - I'd go with
'Graphic Converter' - and when you hit compile the Script Editor will look for
a matching application. If it can't find one it will prompt you for which
application you're referring to, then it will load the appropriate dictionary,
compile the app, and you're good to go. This app is *never* referenced again -
at least until you recompile.
The only time this could become an issue is if the dictionary varies between
application versions and there is no backwards compatibility (which is the
responsibility of the application developer, not you), such as if the commands
in older versions are not supported in the newer version.
Andrew
:)
_______________________________________________
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