Skip to main content
rechmbrs
Inspiring
September 23, 2018
Question

Is it possible to hide Progress Bars from showing?

  • September 23, 2018
  • 1 reply
  • 1636 views

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

This topic has been closed for replies.

1 reply

Geppetto Luis
Legend
September 23, 2018

see if this discussion is OK

https://forums.adobe.com/thread/2360124

rechmbrs
rechmbrsAuthor
Inspiring
September 23, 2018

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

Jarda Bereza
Inspiring
September 23, 2018

Why do you need that?