Page 1 of 1
d.runCommand is not a fonction
Posted: Fri Jul 01, 2016 5:39 am
by vijo
Hello,
I'm trying to launch a pc command in Atrium but whatever command I put in the "PC command" field. I have the following error:
Code: Select all
TypeError:
d.runCommand is not a function
I tried in several web browsers with the same result.
Re: d.runCommand is not a fonction
Posted: Fri Jul 01, 2016 7:35 am
by Scott Klement
Vincent,
This message occurs when you try to use the Java applet for running a PC command on a browser where Java is unavailable. To fix it you must do one of the following:
1) Stop using the Java applet for running PC commands. Use the PC Command Listener instead.
-or-
2) Find a browser that supports Java applets, install the Java plugin and enable applets. (Currently, I think Firefox is the only major browser that still supports Java applets.)
http://www.profoundlogic.com/docs/displ ... ration+API
Re: d.runCommand is not a fonction
Posted: Fri Jul 01, 2016 8:17 am
by vijo
OK, thank you Scott.