Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Create a hyperlink to a mac application and open

Contributor ,
Mar 15, 2018 Mar 15, 2018

I'm just find some of the uses of inDesign, and now I have realised I can open "folders" on my mac from PDF files (currently only from acrobat not preview). (not sure of the reason)

What I would ultimately like to do is open  an application the best I can do is point it at an application as a file

/Volumes/CloudStorage/Dropbox/Scripts/Dock Scripts/KeywordChecker.app/Contents/MacOS/CocoaApplet

As you can see it wont let me select the app but the Unix Executable. It only shows the file location and if I then run it the terminal window shows and does exit?

Can this be done cleaner?

Many thanks

Matt

381
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 15, 2018 Mar 15, 2018

There is no way to do this from InDesign. You might check the Acrobat forum.

Translate
Community Expert ,
Mar 15, 2018 Mar 15, 2018

There is no way to do this from InDesign. You might check the Acrobat forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 15, 2018 Mar 15, 2018
LATEST

Not a problem, that helps a lot. Right click then just us the run javascript.

var keycheck = Application('/Volumes/CloudStorage/Dropbox/Scripts/Dock Scripts/KeywordChecker.app');

keycheck.activate();

Still have some other issues, but that has put me on track.

Thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines