Skip to main content
Inspiring
October 19, 2010
Question

Update 6.0.6

  • October 19, 2010
  • 1 reply
  • 583 views

In the release notes of update 6.0.6 one of the fixes mentioned is:

Script engine will process scheduled commands after each line of script causing script failures if a dialog is scheduled  [2374997]*

Does anyone know what this means?

This topic has been closed for replies.

1 reply

Steven__
Inspiring
October 19, 2010

Here's my guess

Using SDK the way it works is

  • user created command & schedules it
  • user creates command & schedules it
  • etc
  • processes all the scheduled commands

If command to create dialog is created & scheduled, but not processed for some reason. Then script will start and process all commands after first line which will create the model dialog, which will make InDesign properties unavailable, which will cause script to fail.