Skip navigation
ocphotog
Currently Being Moderated

Can I add a PLAY or Continue button in my Panel?

Aug 1, 2012 8:59 AM

Some of my actions have a stop in them so that I can make some adjustments. How can I continue the action to complete it? Right now I need to go back to the regular action set and press the play button. Can I add a PLAY button in Configurator?

 
Replies
  • Currently Being Moderated
    Aug 2, 2012 3:11 AM   in reply to ocphotog

    I don't know if you can put a universal play button in configurator, unless someone knows how to script such a thing.

     

    You could put a play button for each action that plays the action from your stopping point by using the script listener to get the code.

     

    Or if it's just on your own machine you could assign a keyboard shortcut for play and not have make any extra buttons in your configurator panel.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 2, 2012 12:29 PM   in reply to ocphotog

    It's possible someone over on the photoshop scripting forum knows the code for scripting such a button.:

     

     

    http://forums.adobe.com/community/photoshop/photoshop_scripting

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 8, 2012 12:47 AM   in reply to ocphotog

    Did you try the "Action" button under "Action/Script" in left tree of Configurator? Just specify the attributes "Action Name" and "Action Set" for the "Action" button.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 8, 2012 3:47 AM   in reply to ocphotog

    You can add a "Script" and add the text like below in the script attribute.

     

    app.doAction("actionSet1", "actionName1");

    app.doAction("actionSet2", "actionName2");

    app.doAction("actionSet3", "actionName3");

    app.doAction("actionSet4", "actionName4");

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points