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

Is it possible to use script as custom Photoshop Panel...?

Guest
Oct 31, 2014 Oct 31, 2014

Hi Everyone!,

I wonder if it is possible, to create custom panel in Photoshop using just javascript?

(or) I have created dialog window using java script and which is use as custom panel?


Any help would be much appreciated.

- yajiviki

TOPICS
Actions and scripting
1.3K
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
Community Expert ,
Oct 31, 2014 Oct 31, 2014

With just javascript, you can only create modal dialog boxes. If you want to create a modaless panel, you need to use, at least with the new version of CC, extendscript, javascript, html, css, and html.

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
Enthusiast ,
Oct 31, 2014 Oct 31, 2014

Different things that you can do

- Make a dialog window in javascript that can exists while a script is running. These can have buttons etc. to control the script, but might not be very responsive if lots of things going on

- You can use Adobe Configurator to create a simple panel in Photoshop that intended to be personal collection of tools but are also good for starting scripts (~bookmark). For example you can put information, pictures and a button to run your script, but can't access Photoshop side.

- You can use the CC html panels that can do full html+css+js and talk to Photoshop side (e.g. fetch/set info, run scripts). Most capable and future proof and not so hard after the beginning, but CC only

- Use C SDK to code a panel

We've done a Configurator panel for CS6 that is basically just a place to run the scripts (but you can do things like settings by running "update_settings.jsx" that creates a dialog window in Photoshop to edit settings). Then we have a HTML panel CC that offers more capabilities (editing in panel). A hard part is also "sharing code", i.e. keep your jsx scripts so they can be run from both CS6 and CC.

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
Enthusiast ,
Oct 31, 2014 Oct 31, 2014

PowerPro will do everything you need and much much more. Design all your own on-screen buttons that will carry out any keyboard shortcut/command/run any script you wish. You can entirely customize Photoshop any way you wish, make all your own toolbars, etc. Fully functional with Photoshop and every other program imaginable on a Windows system.

PowerPro

and their message forum:

Yahoo! Groups

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
Participant ,
Nov 01, 2014 Nov 01, 2014

PowerPro is for windows. Is there a similar program for a mac?

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
Enthusiast ,
Nov 01, 2014 Nov 01, 2014
LATEST

sorry, I don't think there is. AutoHotKey is another program that can run alongside PowerPro to double up the functionality. My Photoshop looks nothing like the default interface, I have it modded entirely and is now 100 times easier to use and access keyboard shortcuts, etc. For Windows users, these two programs are so powerful and allow you to re-create Photoshop any way you want, I would highly recommend them.

As for a Mac, I don't know what there is that could be similar. You could search for something similar on this website perhaps:

PowerPro Alternatives and Similar Software - AlternativeTo.net

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