Has anyone ever figured out how to programmatically launch the properties dialog for a build spec. I have a tool that shows the build specs from all the open projects. From the tool, you can update change logs and build the exe's or installers (which will be archived). I want to add a button that will open the build spec properties dialog, in case they want to go in and change things like debugging or always included files.
Note, I do not want to add all of these functions to my small tool, I'd much rather launch the dialog.
I dug around and found an "Open Build" VI in the "NI_AB_API_Build" Class, but I get a "build specification not found" when I try to open my exe build spec with it (double-checked paths and names).
Any advice? Thanks in advance!