The original version of this page can be found at : http://forum.makemusic.com/default.aspx?f=12&m=97564
Posted By : tim - 11/17/2004 6:27 PM
How do I get it to make a selection so I can change text, here is what I want

menu item "File info"
now how do I get it to drop the cursor into the title field so I can type.
Also can I then have it save as the title name?

Thanks

Tim


www.TiMusic.net


Posted By : Robert P. - 11/18/2004 12:18 AM
Hi Tim,

Currently, you cannot manipulate dialog box items (such as buttons, text boxes, etc).

BUT you can manipulate file info fields directly with FinaleScript:

title "My title"
composer "Me, not Beethoven"
description "Very good^lstuff" //(the '^l' stands for line feed)

Robert