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

Listen for Liquify OK button event

Engaged ,
Aug 10, 2022 Aug 10, 2022

When working with the Liquify filter it would be useful to have the option to execute an action immediately after the Liquify filter executes.

 

Is it possible to listen for the Liquify OK button, so that after the button event a script executes an action?

TOPICS
Actions and scripting
510
Translate
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

Community Expert , Aug 10, 2022 Aug 10, 2022

The four character, case-sensitive event code to listen for is:

 

LqFy

 

If setting up a new event in the Script Events Manager:

 

SEM-LqFy.png

Translate
Adobe
Advocate ,
Aug 10, 2022 Aug 10, 2022

(1) That may be possible

(2) but you can do this with an action too

Have Liquify called from an action and it will simply continue with steps that come after it (which may include calling another action). If you don't always want these next steps, insert a stop step, and (for example) program F1 to run/continue actions — or make two actions.

I too use Liquify in an action.

Translate
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
Community Expert ,
Aug 10, 2022 Aug 10, 2022

The four character, case-sensitive event code to listen for is:

 

LqFy

 

If setting up a new event in the Script Events Manager:

 

SEM-LqFy.png

Translate
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
Engaged ,
Aug 15, 2022 Aug 15, 2022

Thank you, I had time to test it, and the Script Events Manager does what I need.

Translate
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
Community Expert ,
Aug 15, 2022 Aug 15, 2022

You're welcome!

Translate
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
Engaged ,
Oct 10, 2022 Oct 10, 2022
LATEST

On the other hand,  can the scripts event manager listen for the Cancel button event?

For example when pressing the Cancel button from any of Photoshop's dialog boxes like Dust and Scratches UI, Fade command UI,  Curves UI, etc, etc

Translate
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