Comments

jetdv wrote on 9/4/2003, 12:13 PM
What if you just create a new project with the two flags set to false?


Vegas.NewProject(false, false)


netkoala wrote on 9/4/2003, 8:57 PM
Okay that works ......Vegas.NewProject(false, false)
is used as a dummy within the loop and avoids getting a prompt for the project i want to open.
It makes more sense if some of the following worked ........
Vegas.Project.promptSave = false ;
Vegas.Project.showDialog = false ;
............but what do i care .

Thanks