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

Exit/Quit Session

Community Beginner ,
Mar 06, 2012 Mar 06, 2012

Copy link to clipboard

Copied

From a .jsx extendscript how can I exit the framemaker application?

Thanks

TOPICS
Scripting

Views

1.4K

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

correct answers 1 Correct answer

Community Beginner , Mar 08, 2012 Mar 08, 2012

This worked:

app.Close(Constants.FF_CLOSE_MODIFIED);

Votes

Translate

Translate
Guest
Mar 07, 2012 Mar 07, 2012

Copy link to clipboard

Copied

The documented app.Close() function works fine, but only when you call the script from FrameMaker, not from the ESTK.

As far as I can tell, there is no way to exit FM from the ToolKit.

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
Community Beginner ,
Mar 08, 2012 Mar 08, 2012

Copy link to clipboard

Copied

LATEST

This worked:

app.Close(Constants.FF_CLOSE_MODIFIED);

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