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

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

Guest
Apr 04, 2012 Apr 04, 2012

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

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.

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

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