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

Provide option to Minimize Relog.exe window when processing Permfon BLG files #250

Closed
PiJoCoder opened this issue Aug 23, 2023 · 2 comments
Assignees
Labels
wave 3 - complete consider this issue for next wave of fixes

Comments

@PiJoCoder
Copy link
Collaborator

Instead of popping it up - minimize it

image

@PiJoCoder PiJoCoder added the wave 3 - complete consider this issue for next wave of fixes label Aug 23, 2023
@PiJoCoder
Copy link
Collaborator Author

Code change is trivial:

ProcessStartInfo pi = new ProcessStartInfo("relog.exe", args);
pi.WindowStyle = ProcessWindowStyle.Minimized;

@PiJoCoder PiJoCoder self-assigned this Aug 30, 2023
@PiJoCoder PiJoCoder changed the title Minimize Relog.exe window when processing Permfon BLG files Provide option to Minimize Relog.exe window when processing Permfon BLG files Aug 30, 2023
@PiJoCoder
Copy link
Collaborator Author

Adding the option in the GUI to enable/disable minimizing of window

image

PiJoCoder added a commit that referenced this issue Aug 30, 2023
PiJoCoder added a commit that referenced this issue Nov 16, 2023
* #250 Add the ability to enable/disable minimization of Command prompt window when Relog is importing data

* #251 REDO_THREAD_PENDING_WORK is now ignorable type

* #238 Implement -B option for ReadTrace importer to enable local server time import

* #254 re-reading all the import options from the user.config file , which were saved because the "Save My Options" is being enabled

* #254 improving the previos code change by using an array and looping through it. Also modified a few option names ot distinguish them

* version bump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wave 3 - complete consider this issue for next wave of fixes
Projects
None yet
Development

No branches or pull requests

1 participant