Skip to main content
Known Participant
August 19, 2016
Question

When record the action, doesn`t record `save color table`` atn file why ??

  • August 19, 2016
  • 2 replies
  • 817 views

When record the action, doesn`t  record `save color table`` atn file ...i`m working on javascript file to make panel ..and i want to make action makes save current color table (atn file ) but actions doesn`t record this action ..what can i do ..please I Need Help

This topic has been closed for replies.

2 replies

c.pfaffenbichler
Community Expert
Community Expert
August 19, 2016

Have you done a Forum Search?

xbytor’s xtools might offer what you require.

Why is the Color Table invisible to actions/scripting? Work arounds?

Known Participant
August 19, 2016

I have seen him But I did not take advantage of it Because I did not know javascript but i make action and convert it to jsx c.pfaffenbichler

JJMack
Community Expert
Community Expert
August 19, 2016

mohameds30135418 wrote:

I have seen him But I did not take advantage of it Because I did not know javascript but i make action and convert it to jsx c.pfaffenbichler

Where did see him he knows both javascript and Photoshop well, What did he have to say?

JJMack
JJMack
Community Expert
Community Expert
August 19, 2016

Adobe DOM does not cover all of Photoshop.  The scriptlistener helps cover what Adobe's DOM does not cover.  However it only records what can be recorded for the Action manager.  Many thing can be recorded in Photoshop but, all things can not be recorded.  So there are thing you can do in Photoshop UI that can not be automated.

JJMack
Known Participant
August 19, 2016

I'm not aware of photoshop ui ..can you help me by javascript code this tip and thanks alot

JJMack
Community Expert
Community Expert
August 19, 2016

Some things can not be automated in Photoshop. What you want to do may be one of these things.  Its not a normal menu item  it can not be inserted into and Action and you may not be able to script it. Maybe someone some way to do it. I do not.

JJMack