Hi,
I have a large pause at the end of my template in order to wait for user interaction.
When I run the template in Project Maker -- It works just fine, and it pauses at the end.
When I run the template in ZennoPoster -- It closes the thread/window when it reaches this point but does not pause....
I've tried both the regular Pause function of ZP along with the C# System.Threading.Thread.Sleep(300000);
Any help would be much appreciated!
I have a large pause at the end of my template in order to wait for user interaction.
When I run the template in Project Maker -- It works just fine, and it pauses at the end.
When I run the template in ZennoPoster -- It closes the thread/window when it reaches this point but does not pause....
I've tried both the regular Pause function of ZP along with the C# System.Threading.Thread.Sleep(300000);
Any help would be much appreciated!