Include Project

Is there a way to have the include project start up within its own memory space and GUI mode if started in the from the parent GUI mode?

In the Past I started each job via CMD shell and this worked fne, but you do not get the include projects logs back into the main project.  I did something where I check to see if running via the GUI mode and then launching the new project via a GUI mode.  This worked well so I can work specifically within the included project., Problem with this is on Vista you might get prompted with a UAC shield.  So I switched to use the include project method and this covers the logging issue and seems to work well for us.  I would like to see a check box on the include project mode to have it capable to start the project in its own memory space and still log back to the main project or have the option to just run within the current project memory space.

Is this somethng that can be done a different way?

Dennis

 

Hi Dennis

No, this is not something that is currently possible.

I did invoke it with a conditional flag.  If the condition is set true it will start the projects with the IDE as a seperate project.  Else it starts the project as an include project.  This way I can cofigure and change items as required as an external project.