Book a Demo

Author Topic: function DLGInputBox not working  (Read 3597 times)

Dieter Goetz

  • EA User
  • **
  • Posts: 43
  • Karma: +0/-1
    • View Profile
function DLGInputBox not working
« on: January 13, 2012, 02:19:04 am »
Hi,

I will use the function DLGInputBox in the JScript-Dialog. When executing the line:
var vbe = new ActiveXObject("ScriptControl");

EA says:
ActiveXObject ist not defined

In another JScript "new ActiveXObject" is working. So I think "ScriptControl" will cause the error.

Dieter Goetz

  • EA User
  • **
  • Posts: 43
  • Karma: +0/-1
    • View Profile
Re: function DLGInputBox not working
« Reply #1 on: January 13, 2012, 04:59:45 am »
Strange - now its working.

I created a new Script File and copied in the same code.