Hi Grimm, Just noticed this in the dictionary...
HTH, Mathew --------------------------------- movieXtraList Syntax ------- the movieXtraList Description ------------ Movie property; displays a linear property list of all Xtra extensions in the Movies/Xtras dialog box that have been added to the movie. #name--Specifies the filename of the Xtra on the current platform. It is possible to have a list without a #name entry, such as when the Xtra exists only on one platform. #packagefiles--Set only when the Xtra is marked for downloading. The value of this property is another list containing a property list for each file in the download package for the current platform. The properties in this subproperty list are #name and #version, which contain the same information as found in the XtraList. Two possible properties can appear in movieXtraList: Example --------- This statement displays output from movieXtraList in the Message window: put the movieXtraList -- [[#name: "Mix Services"], [#name: "Sound Import Export"], [#name: "SWA Streaming \ PPC Xtra"], [#name: "TextXtra PPC"], [#name: "Font Xtra PPC"],[#name: "Flash Asset \ Options PPC"], [#name: "Font Asset PPC"], [#name: "Flash Asset PPC", \ #packagefiles: [[#fileName: "Flash Asset PPC", #version: "1.0.3"]]]] See also --------- xtraList ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 3:37 PM Subject: <lingo-l> one more for da geeks - xtras in dir... > > Is there any way to create a list in the message window (or hell anywhere, > but I can handle that) of the xtras being used in a movie? Ie the same > thing as looking at the modify - movie xtras window, but in a list. > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
