• 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: InDesign CS5.5-sorting styles
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign CS5.5-sorting styles


  • Subject: Re: InDesign CS5.5-sorting styles
  • From: Hans-Gerd claßen <email@hidden>
  • Date: Thu, 17 May 2012 21:33:16 +0200

okay,

tell application "Adobe InDesign CS5.5"
select menu item "Nach Name sortieren" of menu "Absatzformatbedienfeldmenü"
end tell

seems to do the job on my german system


a way for you to find your menu item

set theList to {}
tell application "Adobe InDesign CS5.5"
repeat with i in every menu
set allItems to name of every menu item of i
if allItems contains "Your menu item wishes here ;-)" then
copy name of i to end of theList
end if
end repeat
end tell
theList


cu :)

Hans-Gerd claßen




Am 17.05.2012 um 21:00 schrieb email@hidden:

Re: InDesign CS5.5-sorting styles

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: InDesign CS5.5-sorting styles
      • From: Rick Gordon <email@hidden>
  • Prev by Date: AUTO: Allyn Martin is out of office.
  • Next by Date: Re: InDesign CS5.5-sorting styles
  • Previous by thread: Re: InDesign CS5.5-sorting styles
  • Next by thread: Re: InDesign CS5.5-sorting styles
  • Index(es):
    • Date
    • Thread