Scripting CustomCommands

CarlK wrote on 3/24/2010, 8:59 AM
Greetings,,

I'd really like to be able to call a 3rd party custom command from a script. I see these methods in the Vegas API:
GetCustomCommands()
InvokeCommand(string section, string name)

They seem like they might help me find the name of the command and then call it. But I can't figure out how to call them!

I'd be grateful for any hints or guesses.

Thanks,
Carl

(Working with youth filmmaker http://slugco.com)

Comments

JohnnyRoy wrote on 3/25/2010, 8:35 AM
You can't. Those API's are for Vegas to call the Custom Command. You cannot call command from a script but you can call a script from a command or you could provide your own interface that the script can call on the command but it won't work for View extensions because there is no way to display the GUI (which must be called from Vegas itself).

~jr