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

Script jsx to plugins with simple ui interface

Explorer ,
Oct 29, 2023 Oct 29, 2023

Please, I am new to scripting, and I have created scripts with JSX for Illustrator. I have four scripts, and I want to know how to turn them into plugins that feature a simple interface with four buttons, each corresponding to a script. Is it possible to merge all the scripts into a single UI script with a user interface using JSX?

TOPICS
How-to , Performance , Scripting , SDK , Tools
334
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
Adobe
Enthusiast ,
Oct 29, 2023 Oct 29, 2023
LATEST

You can create a dialog box using the ScriptUI module. Check this topic https://community.adobe.com/t5/photoshop-ecosystem-discussions/interactive-scriptui-builder/td-p/104.... Create a call of a separate function for each button click in the dialog box.

 

For plugins, you would have to learn C++. You can also create extensions using ExtendScript and interface to html+css, but that's not an easy way either.

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