Question
Howto monitor/display javascript processing
Hi,
I've a simple, probably noob question.
I'm intersted in visually monitor/display the processing of my script.
My script is running fine, but during the whole javascript process I only see the document window with a white background, but without the image itself.
At the moment where I abort my script, the image get immediately shown.
What I miss is something like "app.activeDocument.show();"