Hello
designer.SendCommandExitDesigner() will not work.
Thanks Peter
designer.SendCommandExitDesigner() will not work
Re: designer.SendCommandExitDesigner() will not work
Hello.
Here is a right code that runs the function:
We should notice that this is an internal function. And in could stop working in future.
Thank you
Here is a right code that runs the function:
Code: Select all
designer.jsObject.SendCommandExitDesigner();
Thank you