Copy link to clipboard
Copied
In ExtendScript is it possible to hide Progress Bars from showing for Gaussian Blur and many other tools? I'm able to hide the History panel (app.activeDocument.suspendHistory) and Layers panel (hideLayers()) info but the Progress Bars appear after the dimensions of the image hit some magic numbers.
Thanks,
RONC
Copy link to clipboard
Copied
see if this discussion is OK
Copy link to clipboard
Copied
Geppettol,
Thanks for the response.
I'm afraid the previous tests didn't check for image size. Try an image about 10000 px X 10000 px and almost all processes show a ProgressBar no matter if the value is DialogModes.NO or the original way from the atn2jsx gave us.
Anyone have something different to try?
Thanks,
RONC
Copy link to clipboard
Copied
Why do you need that?
Copy link to clipboard
Copied
There are nearly fifty progress bars appearing in a row. One progress bar across all of the parts would be fine. Also I don't want to give algorithm away even though it is pretty easy to undo jsxblind.
RONC
Copy link to clipboard
Copied
You could try to use app.doProgress()
I think it replaces/uses a native progress bar and I think it is CC 2015.5+
It might not work properly with some actions. I am not sure if it is fixed.
Copy link to clipboard
Copied
Thanks. Will see what it might do.
RONC