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

How do I figure out what the props vals are for the open method?

Participant ,
Apr 04, 2012 Apr 04, 2012

Copy link to clipboard

Copied

The open method has open and open return parameters:

Open(fileName, openParams, openReturnParams)

How do you identify the actual constants for each type of parameter and the definitions for those constants?

TOPICS
Scripting

Views

915

Translate

Translate

Report

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
Community Expert ,
Apr 05, 2012 Apr 05, 2012

Copy link to clipboard

Copied

I am not sure about the state of the FrameMaker ExtendScript documentation, but you can download one of the FrameMaker FDKs (Frame Developers Kit) and use its documentation.

Votes

Translate

Translate

Report

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
Participant ,
Apr 05, 2012 Apr 05, 2012

Copy link to clipboard

Copied

LATEST

The Extendscript documentation is atrocious. All they did is create a constants chapter that merely lists all the constants for all methods but does NOT define what the constants do NOR tell you what method or methods the constants are for. Its absolutely maddening.

That said you are right about the FDK documentation. This actually tells you what the parameters for the open method are and defines them.

Votes

Translate

Translate

Report

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