numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

It should be possible to hide the NumeRe window if a custom window is active #144

Open numeredev opened 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. If the main window could be hidden, if a custom window is active, then the feeling of a "real" app could be enhanced.

Describe the solution you'd like Enable the possibility to hide and unhide the main window if a custom window is running. The main window should re-appear automatically if an uncatched error appears. If the last custom window is closed, the app should (configurable) either close itself or re-appear automatically. This will enable kind of a real app type in the future.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Inprinciple a kind of straightforward implementation. Needs some helper functions for hiding and unhiding automtically, but should not be too hard to implement.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST