• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UI Scripting and sub-sub-menus in Photoshop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UI Scripting and sub-sub-menus in Photoshop


  • Subject: Re: UI Scripting and sub-sub-menus in Photoshop
  • From: Shane Stanley <email@hidden>
  • Date: Wed, 21 Jan 2004 11:05:13 +1100

On Jan 21, 2004, at 9:50 AM, Martin Orpen wrote:

What am I missing?

The fact that you can install the Listener plug-in, record the relevant action in javascript, edit and plug that javascript into your AS (holding nose as required), and skip playing with the interface entirely.

For your Render --> Clouds example, that will give you something like:

set theScript to "var id22 = charIDToTypeID( \"Clds\" );
executeAction( id22, undefined, DialogModes.NO );

"
tell application "Adobe Photoshop 7.0"
tell current document
activate
do javascript theScript
end tell
end tell

--
Shane Stanley <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: UI Scripting and sub-sub-menus in Photoshop
      • From: Martin Orpen <email@hidden>
References: 
 >UI Scripting and sub-sub-menus in Photoshop (From: Martin Orpen <email@hidden>)

  • Prev by Date: Re: UI Scripting and sub-sub-menus in Photoshop
  • Next by Date: Re: Coerce to 'alias list'
  • Previous by thread: Re: UI Scripting and sub-sub-menus in Photoshop
  • Next by thread: Re: UI Scripting and sub-sub-menus in Photoshop
  • Index(es):
    • Date
    • Thread