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

scripting for woodwing change status

Community Beginner ,
Dec 05, 2022 Dec 05, 2022

Copy link to clipboard

Copied

Hi. I have a weird problem.

Working with Indesign 2021 & Woodwing

I use 

app.sendObjectToNext(mdID);
to send my status to the next "status".  It works if I don't automatically close my document afterwards. But it doesn't work if I close the document in the same script. What goes wrong? 
 
Thanks for the help!
TOPICS
InCopy workflow , Scripting

Views

258
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

People's Champ , Dec 05, 2022 Dec 05, 2022

Did you get in touch with Woodwing support for this issue? I haven't done any woodwind-related scripting but maybe the operation is somehow asynchronous and tries to reach the object by id later on once the function call is done. Then closing the doc would make the object non-reachable. It's a shot in the dark here so Woodwing support is probably the best way to get answers.

Votes

Translate
People's Champ ,
Dec 05, 2022 Dec 05, 2022

Copy link to clipboard

Copied

LATEST

Did you get in touch with Woodwing support for this issue? I haven't done any woodwind-related scripting but maybe the operation is somehow asynchronous and tries to reach the object by id later on once the function call is done. Then closing the doc would make the object non-reachable. It's a shot in the dark here so Woodwing support is probably the best way to get answers.

Votes

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