Skip to main content
Known Participant
November 9, 2017
Question

Show custom shape panel!

  • November 9, 2017
  • 1 reply
  • 1593 views

Hello Friend!

Is it possible to write a script that shows the panel so that it stays in the "Custom Shape Tool (U)" property bar? Unfortunately I could not do this with the ScriptingListener.

This topic has been closed for replies.

1 reply

smithcgl9043167
Inspiring
November 9, 2017

I assume that this and some commands from the properties bar of some tools are not accessed by scripts.

Chuck Uebele
Community Expert
Community Expert
November 9, 2017

You are correct. There are a lot of things in PS that can't be accessed by scripting. Only workaround, that I can think of is to create your own UI or an extension panel with all the controls in it.

Ps-DesignAuthor
Known Participant
November 10, 2017

https://forums.adobe.com/people/Chuck+Uebele  escreveu

You are correct. There are a lot of things in PS that can't be accessed by scripting. Only workaround, that I can think of is to create your own UI or an extension panel with all the controls in it.

Your workaround to create my own UI is great Chuck Uebele My biggest difficulty would be to have to manually add all the shapes whenever I add new shapes, cool would be if there was any way to do this automatically with thumbnail or a dropdownlist?