Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Hide EchoView while processing #67

Merged
merged 1 commit into from
May 14, 2020
Merged

Conversation

scottclowe
Copy link
Member

@scottclowe scottclowe commented May 12, 2020

Use context mangers for Echoview processing.

Since a new Echoview window cannot be created if there is already one open,
we check to see if it is open first and if not open a window. If a new window
was opened, it is closed when leaving the context (it would close when the
application closes anyway). There are options for minimizing and hiding the
window while the code is running. A context is also used to open a file within
Echoview and automatically close it when finished. If the application is closed
when trying to open the file, Echoview is opened first and closed when the
context using the file is completed.

New CLI arguments are added to control whether the window is hidden or
minimized.

Since a new Echoview window cannot be created if there is already one open,
we check to see if it is open first and if not open a window. If a new window
was opened, it is closed when leaving the context (it would close when the
application closes anyway). There are options for minimizing and hiding the
window while the code is running. A context is also used to open a file within
Echoview and automatically close it when finished. If the application is closed
when trying to open the file, Echoview is opened first and closed when the
context using the file is completed.

New CLI arguments are added to control whether the window is hidden or
minimized.
@scottclowe scottclowe force-pushed the enh_invisible-echoview branch from 2ff4e2a to d477834 Compare May 14, 2020 08:53
@scottclowe scottclowe merged commit 52779f1 into master May 14, 2020
@scottclowe scottclowe added the enhancement New feature or request label May 14, 2020
@scottclowe scottclowe changed the title ENH: Try to make EchoView invisible when processing a single file ENH: Hide EchoView while processing May 14, 2020
@scottclowe scottclowe deleted the enh_invisible-echoview branch May 14, 2020 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant