Adobe InDesign: SDK/Scripting Bugs and Features
1 result found
-
Adobe InDesign UXP documents.add({showingWindow: false}) broken?
All other scripting language allows you to create a new document without showing any window, such as in extendScript documents.add(false), but this seems utterly broken in UXP scripting, and it is not even possible to uses "doScript" as a workaround, because then also the extendscript method ignores the false argument and creates a window.
Bizarrely, if I invoke a uxp script from within applescript (I am on mac) using do script, then documents.add({showingWindow: false}) works in uxp
This indicate to me that there is something fundamentally broken
1 vote
- Don't see your idea?