<font face="Arial, Verdana">Hi,</font>
I'm writing a plugins that use the virtual printer, every change of Z I need to "pause" the virtual printer and then start again from a function inside a plugin, I already try this but not work:
"
<font face="Arial, Verdana"> host.Connection.connector.PauseJob("wait:"); <-----the pause windows appears but it's only a void frame and it's not clickable</font>
"..............HERE PLUGIN ACTIONS........................"
<font face="Arial, Verdana"> host.Connection.connector.RunJob();</font><-----not start..
<font face="Arial, Verdana"> host.Connection.connector.Activate() ;</font><-----not start..
"
Any Advice on how do that?
Thank you
Luca