Problem accessing indesign via activex since 15.1
Hi,
since the update to 15.1
i get an error: "The object does not support the property or method ..." on whatever property or method i access on the myApp object.
Example vbscript code:
Set myApp = CreateObject("InDesign.Application.2020")
myApp.ScriptPreferences.Version = 12.0
myApp.activate()
Tested with vbscript and javascript. Same in both. Works when i switch back to 15.0.x but annoying since my customer wants to use automatic updates. Also there's no "InDesign Scripting SDK" downloadable zip out yet for 15.1.0 where i could look up if adobe changed something. Will this be fixed ?