Mobile app version of vmapp.org
Login or Join
Pope1402555

: How to make visual interface in photoshop script? I'm wondering how to build visual interface for users using Adobe ExtendScript Toolkit. What I mean is like Windows Forms application in Visual

@Pope1402555

Posted in: #PhotoshopScripting

I'm wondering how to build visual interface for users using Adobe ExtendScript Toolkit.

What I mean is like Windows Forms application in Visual Studio, where we can have textbox, checkbox etc so that user can input data from that windows.

Is there such feature in ESTK, or if not is there any reference how to make one?

Thanks in advance!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope1402555

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sue6373160

From the docs:


Adobe provides the ScriptUI component, which works with the ExtendScript JavaScript interpreter to
provide JavaScript scripts with the ability to create and interact with user interface elements.


See: www.adobe.com/devnet/photoshop/scripting.html for further info

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme