Skip to main content
smithcgl9043167
Inspiring
August 15, 2017
Question

Dialog box with pre-configured impressions in an objective and organized way

  • August 15, 2017
  • 1 reply
  • 1745 views
Please download the attached file to view this post
This topic has been closed for replies.

1 reply

c.pfaffenbichler
Community Expert
Community Expert
August 17, 2017

Did you record the AM code for various printing jobs yet with ScriptingListener.plugin?

Personally I would prefer not to print from Photoshop at all but use a hotfolder setup if possible (depends on your RIP, I guess) and save suitable copies into the appropriate folders.

smithcgl9043167
Inspiring
August 17, 2017

Hi c.pfaffenbichler, it's always good to exchange some ideas with you! I've tried Another alternative way and this helps me to solve part of my problem:

1: I do not usually use the ScriptingListener.plugin, I recorded an action for each Size for the respective printers, then converted them to Scripts.jsx.

Example:

        A4_Epson T1110.jsx

        A3_Epson T1110.jsx

        A4_Epson L1300.jsx

        A3_Epson L1300.jsx

2: To print, I added 4 Corresponding Buttons to each of file.jsx files in a dialog box. Note! The problem is that I do not know how to add copy quantities The same window. One solution I found, was to add a new Dialog box with a small "+" button which, when clicked, prints the Copy of the last printed document.

Check out this video:

The goal now is to replace the "+" button with an "edittext" add a numeric value to the last quantity of the last impression.

Not! .... I would prefer to print from Photoshop because I plan to use this feature in an HTML5 Dashboard that a friend of the forum shared with me.

c.pfaffenbichler
Community Expert
Community Expert
August 17, 2017

Cam you post the code of on of the four printing jsx’?