Skip to main content
Participant
April 21, 2020
Answered

How to trigger Phtoshop menu item: Arrange > 6-up, using Javascript/Extendscript.

  • April 21, 2020
  • 1 reply
  • 2912 views

I found this Application.runMenuItem() method but unable to find the menu ID for Arrange > 6-up. I know we can use stringIDToTypeID() but again for this I need the string ID for 6-up which I am unable find. So can any one provide me either menuID or stringID for 6-up menu item in Arrange menu or may be a working Javascript/ExtendScript to trigger 6-up menu item?

This topic has been closed for replies.
Correct answer c.pfaffenbichler

stringIDToTypeID("6upTile")

1 reply

c.pfaffenbichler
Community Expert
c.pfaffenbichlerCommunity ExpertCorrect answer
Community Expert
April 21, 2020

stringIDToTypeID("6upTile")

ManS22Author
Participant
April 21, 2020

Thank you very much for your help. May I ask where I can find these IDs, I mean is there any documentation listing all these as I checked in Scripting Guide and also Scripting References but can't find.

c.pfaffenbichler
Community Expert
Community Expert
April 21, 2020

Not sure, I actually used xbytor’s »ActionToJavascript.jsx« to translate an Action of the command.