@jetdv Edward, I have a problem with my batch render module in my application extension and it's driving me crazy. I'll explain what's happening and see if you can help me.
In my module there's a 'RenderStatus. RStatus = myVegas.Render(args);' statement. The equivalent module in a Forms script works perfectly. In my application extension, VP crashes when it reaches that statement.
The weird thing is, if I place a MessageBox(""); statement just before the RenderStatus statement, the batch render completes with no problem. It seems that the action of clicking OK in the MessageBox allows the render to complete without crashing. I did enclose the render statement in an Undo block but this didn't solve it. The only thing that solves it is the MessageBox statement. The problem with this solution is that it's no good having a batch render tool if you have to click OK before each render.
Any ideas?
Thanks in advance.