• 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
Need infos about Final Cut Pro X
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need infos about Final Cut Pro X


  • Subject: Need infos about Final Cut Pro X
  • From: KOENIG Yvan <email@hidden>
  • Date: Thu, 26 Jan 2012 16:39:56 +0100

Hello

 

I'm trying to expand my Save As script to Final Cut Pro X.
Alas, I don't own this app so I'm not sure of the menu items available in its File menu.

 

Here is a short script able to give the wanted infos.
I hope that one of you will be fair enough to run it and post the returned list.
CAUTION

 

I'm not sure that the app's name is spelled the correct way. Capitalization is meaningful for System Events.

--{code}
set theApp to "Final Cut Pro X" -- Was "iBooks Author" Final Cut Pro X
set mt to 3
activate application theApp
tell application "System Events" to tell process theApp to tell menu bar 1
get name of menu bar items
--> {"Apple", "iBooks Author", "Fichier", "Édition", "Insertion", "Format", "Disposition", "Présentation", "Fenêtre", "Partager", "Aide"}
get name of menu bar item mt
--> {"Fichier"}
tell menu bar item mt to tell menu 1
get name of menu items
--> {"Nouveau", "Créer à partir de la liste de modèles…", missing value, "Ouvrir…", "Ouvrir un fichier récent", missing value, "Fermer", "Tout fermer", "Enregistrer…", "Dupliquer", "Faire revenir le document à une version précédente...", "Exporter…", missing value, "Enregistrer comme modèle…", missing value, "Publier…", missing value, "Aperçu", "Aperçu de la section active uniquement", missing value, "Imprimer…"}
--> {"Nouveau", "Créer à partir de la liste de modèles…", missing value, "Ouvrir…", "Ouvrir un fichier récent", missing value, "Fermer", "Tout fermer", "Enregistrer une version", "Dupliquer", "Faire revenir le document à une version précédente...", "Exporter…", missing value, "Enregistrer comme modèle…", missing value, "Publier…", missing value, "Aperçu", "Aperçu de la section active uniquement", missing value, "Imprimer…"}
end tell -- menu bar…
end tell -- System Events
--{code}

 

The script embed what I get with iBooks Author.
No problem if the menu items are the English ones.
Thanks in advance.

Yvan KOENIG (VALLAURIS, France) jeudi 26 janvier 2012 16:38:52


 

 _______________________________________________
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

  • Prev by Date: How to copy the icon of a selected item
  • Next by Date: Re: How to copy the icon of a selected item
  • Previous by thread: Re: How to copy the icon of a selected item
  • Next by thread: Escaping Apostrophes
  • Index(es):
    • Date
    • Thread