I try to disable project properties window appear after add a new project. I coment string with "show('-modal -mdi -xy _project_form',new_project_name..." in workspace_new_project2 function of project.e file (and add _message_box("!!!"))
int workspace_new_project2 ...
...
_message_box("!!!");
if (ShowPropertiesDialog) {
//result=show('-modal -mdi -xy _project_form',new_project_name,_ProjectHandle(new_project_name),PROJECTPROPERTIES_TABINDEX_FILES);
//toolbarUpdateFilterList(new_project_name);
}
But project properties window is still appearing after message box "!!!".
How not to show project properties window after add a new project?