Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Does the Photoshop DOM have the equivalent of Excel's Application.ScreenUpdating property?

New Here ,
Oct 14, 2013 Oct 14, 2013

I'm automating Photoshop with vb.net using the photoshop interop dll.

When automating Excel, I can turn off the user interface by setting the Excel application object's ScreenUpdating property to false. This prevents the screen from flickering and improves performance.

Is there an equivalent method using the Photoshop DOM?

Thanks.

TOPICS
Actions and scripting
645
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Guru ,
Oct 15, 2013 Oct 15, 2013

I don't think so. With javascript we do tricks like hide the panels, set the doc zoom to something very small. etc to speed things up.

With VB would you be able to bring another app to the front? Photoshop does not refresh the screen if it is not visible( hidden behind another app ).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Oct 15, 2013 Oct 15, 2013
LATEST

I would turn the entire application object's visibilty off with this property.

Visible Boolean Read-write. Indicates whether the Adobe

Photoshop CS5 application is the front-most/active

application.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines