Hi All,
my question to scripting: is it possible to load a process icon file into workspace?
I've tried to launch the icon (*.xpsm) using
let P = new ExternalProcess();
P.start(filename);
The process returned 0, but nothing happened. I also checked this way with a txt-file witout success. Merely exe-files execute instantly.
When I execute process.start("c:\\...\\myIcon.xpms") in a Windows program, the icon pops up in PI.
What am I doing wrong?
Thanks in advance for your answer.
Hartmut
scripting is not as easy, as it often sounds..