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

Help me edit this script

Guest
Sep 17, 2016 Sep 17, 2016

Copy link to clipboard

Copied

I downloaded this script called "export layers to files" (GitHub - jwa107/Photoshop-Export-Layers-to-Files-Fast: This script allows you to export your layers ... ) and it works as it should. However I want to remove the "finished" dialog popup box that shows after each job. Can I just remove some code from the script and if so what?

[Moved by Mod to Photoshop Scripting forum]

TOPICS
Actions and scripting

Views

1.0K

Translate

Translate

Report

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

correct answers 1 Correct answer

Advisor , Sep 18, 2016 Sep 18, 2016

Looks like you also need to comment out line 268 as well.

Votes

Translate

Translate
Adobe
Community Expert ,
Sep 17, 2016 Sep 17, 2016

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

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
Advisor ,
Sep 17, 2016 Sep 17, 2016

Copy link to clipboard

Copied

It looks like line 270 is the culprit. Comment it out like this:

//                               alert(message, "Finished", count.error);

Votes

Translate

Translate

Report

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
Guest
Sep 18, 2016 Sep 18, 2016

Copy link to clipboard

Copied

Hi

thanks for the suggestion. I tried that but still get the dialog box...

box.jpg

box 2.jpg

Votes

Translate

Translate

Report

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
Advisor ,
Sep 18, 2016 Sep 18, 2016

Copy link to clipboard

Copied

Looks like you also need to comment out line 268 as well.

Votes

Translate

Translate

Report

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
Guest
Sep 19, 2016 Sep 19, 2016

Copy link to clipboard

Copied

LATEST

Thats done it. Thanks for taking the time to help me xbytor2.

Votes

Translate

Translate

Report

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