When rebuilding an existing project, the message "The file xxx exists. Do you want to overwrite it" appears as it should.
However, this is a non-modal message box and it is still possible to click the underlying buttons on the other screens. So now click the ABORT button on the Status screen underneath (ignoring the overwrite warning) and the message box asking whether you wish to abort appears. Click Yes or No and nothing happens because somewhere the original question is still being asked awaiting a response. Only answer is to terminate the program.
Solution to fix in next version update: Make the original message box modal.
Rgds
John
However, this is a non-modal message box and it is still possible to click the underlying buttons on the other screens. So now click the ABORT button on the Status screen underneath (ignoring the overwrite warning) and the message box asking whether you wish to abort appears. Click Yes or No and nothing happens because somewhere the original question is still being asked awaiting a response. Only answer is to terminate the program.
Solution to fix in next version update: Make the original message box modal.
Rgds
John
Comment