Skip to main content
Markmartini
Participant
December 4, 2022
Question

action help needed

  • December 4, 2022
  • 2 replies
  • 784 views

Hello,How to make action - 

open file, 
let user to add image with popuptext "please add image"
play next action phase

---
and then image is saved with smart object in diferent sizes. (this i figureed out myself)
stuck with just part "please add image here" 

 

big thanks

This topic has been closed for replies.

2 replies

Stephen Marsh
Community Expert
Community Expert
December 4, 2022

@Markmartini 

 

Create a new action set and action. Stop recording before any actual action steps are recorded. Use the action panel menu to "Insert Menu Command". Insert File>Open and add an "Insert Stop" message with your custom text, check the box for "Allow Continue" when entering your message. I am guessing that the next action step would be an insert File>Place command.

 

 

Mylenium
Legend
December 4, 2022

Actions cannot have custom dialogs. That is something only scripts can do. an action will only stop when a tool or function itself requires an input, but that may require to run the action in step-by-step mode and not suppress dialogs.

 

Mylenium