Skip to main content
Stackola
Inspiring
October 19, 2023
Answered

Is it possible to disable the artboard export confirmation window?

  • October 19, 2023
  • 2 replies
  • 492 views

Like in the topic - is it possible to disable the artboard after export confirmation window?

For me it's another unnecessary click, on top of that photoshop forces focus, so the moment I check the first files and photoshop finishes exporting, it takes me from finder to its window only for  "OK" click.

This topic has been closed for replies.
Correct answer Stephen Marsh

@Stackola 

 

Quit Photoshop.

 

Go to the Photoshop program/application version folder in use, then the Presets/Scripts folder.

 

Make a backup of the following JavaScript Include file:

 

ArtboardExport.inc

 

Ensure that the file isn't locked/read-only (get info or properties on the file).

 

Edit the file in a plain text editor (not a word-processor).

 

Comment out the following (should be line 277) from:

 

alert(strTitle + strAlertWasSuccessful + '\n' + exportInfo.destination)

 

To:

 

//alert(strTitle + strAlertWasSuccessful + '\n' + exportInfo.destination)

 

(Adding the leading // double forward slashes to disable the active code into a comment)

 

Restart Photoshop.

 

Enjoy!

 

 

2 replies

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
October 19, 2023

@Stackola 

 

Quit Photoshop.

 

Go to the Photoshop program/application version folder in use, then the Presets/Scripts folder.

 

Make a backup of the following JavaScript Include file:

 

ArtboardExport.inc

 

Ensure that the file isn't locked/read-only (get info or properties on the file).

 

Edit the file in a plain text editor (not a word-processor).

 

Comment out the following (should be line 277) from:

 

alert(strTitle + strAlertWasSuccessful + '\n' + exportInfo.destination)

 

To:

 

//alert(strTitle + strAlertWasSuccessful + '\n' + exportInfo.destination)

 

(Adding the leading // double forward slashes to disable the active code into a comment)

 

Restart Photoshop.

 

Enjoy!

 

 

Stackola
StackolaAuthor
Inspiring
October 21, 2023

it's alive!

thank you.
lifesaver. timesaver

Stephen Marsh
Community Expert
Community Expert
October 21, 2023
quote

it's alive!

thank you.
lifesaver. timesaver


By @Stackola

 

You're welcome!

Mike_Gondek10189183
Community Expert
Community Expert
October 19, 2023

I assume you are using 

File >> Export  >>  Artboards to file

Please clarify if not

 

There is no setting there to stop the popup that shows you this is done and the location saved.