I record a script in PaintShop Pro 8 that
-select the PaintBrush tool
-puts the PaintBrush tool at one point in the image
I save it and try to run it. So far, all works fine.
I try to run it on several images (File;Batch;Process...)
-and still it works fine.
The problem arise when I close the PaintShop Pro program and launch it again and then try to run the script on several images.
Then I get the error:
"Command could not complete beacause it requires a view on the active document"
and a reference to the line number in the script where the PaintBrush command starts
App.Do( Environment, 'PaintBrush', {
Anyone who knows how to handle this?
Vebjorn
-select the PaintBrush tool
-puts the PaintBrush tool at one point in the image
I save it and try to run it. So far, all works fine.
I try to run it on several images (File;Batch;Process...)
-and still it works fine.
The problem arise when I close the PaintShop Pro program and launch it again and then try to run the script on several images.
Then I get the error:
"Command could not complete beacause it requires a view on the active document"
and a reference to the line number in the script where the PaintBrush command starts
App.Do( Environment, 'PaintBrush', {
Anyone who knows how to handle this?
Vebjorn