BaRatin-tools/BaRatinAGE

automatically close the BaM computation windows?

Opened this issue · 2 comments

By the way, do we still need these windows? Could we display them only if asked by the user?

The BaM computation windows is mainly dedicated to monitoring computation progress and blocking the rest of the app during computation. It also useful to have BaM logs in case of errors. So I think yes, we do need it.

However, we could do the following:

  • hide de console by default with a button/checkbox "show/hide BaM console logs"
  • add a checkbox to automatically close the windows when BaM has terminated with success "close progress windows when completed"
  • remember what the user prefers (see #37 (comment))

Yes, that sounds excellent, thx.