Search found 1 match
- April 24th, 2011, 11:07 am
- Forum: Scripts Discussion
- Topic: Using app.executeCommand() for New Solid Dialog Box
- Replies: 1
- Views: 7596
Using app.executeCommand() for New Solid Dialog Box
Hi, I'm writing a little UI script for AE CS5 and I want to invoke the New Solid dialog box with the app.executeCommand() function. Currently I'm finding the command ID using the line of code: app.executeCommand(app.findMenuCommandId("Solid...")); However the dialog box I'm presented with ...