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

No minimize or maximize windows option #294

Closed
4 of 5 tasks
scotthibbs opened this issue Mar 18, 2024 · 3 comments · Fixed by #349
Closed
4 of 5 tasks

No minimize or maximize windows option #294

scotthibbs opened this issue Mar 18, 2024 · 3 comments · Fixed by #349
Assignees
Labels
enhancement New feature or request fixed - ready for validation bug is fixed; ready for validation

Comments

@scotthibbs
Copy link
Collaborator

scotthibbs commented Mar 18, 2024

Summary

When testing the program, I found myself accidently closing the program to write an email or look at github and discovered the reason I am doing this as there is only a red X close button at the top of the form. I'm clicking this out of habit to remove the program from the desktop when I should click away. The user may also want to maximize the program.

Motivation

This is a normal function of a modern windows program.

Detailed Description

The normal maximize and minimize buttons at the top of the form of the program.

Additional context

Can you help?

Please let us know if you are available to help. (replace '[ ]' with '[x]' to affirm)

  • Yes, I'm available to discuss possible solutions and alternatives to this problem.
  • Yes, I'd like to review and provide feedback on the proposed solution.
  • Yes, I'm available to help test a solution to this problem.

Tasks

  • Coding and integration
  • Validation
@scotthibbs scotthibbs added the enhancement New feature or request label Mar 18, 2024
@w7sst
Copy link
Owner

w7sst commented Sep 8, 2024

I discovered it is easy to add either Minimize or Maximize buttons to the application window/form. I tried both. The Minimize button works great. However, the Maximize button maximizes the application window, but the form is not designed to be maximize yet (the log window becomes very large; the other application areas do not resize, nor should they).

Anyway, adding the Minimize is easy to to.

@scotthibbs

@w7sst w7sst added the confirmed This bug has been confirmed label Sep 8, 2024
@w7sst w7sst self-assigned this Sep 8, 2024
w7sst added a commit that referenced this issue Sep 8, 2024
@w7sst w7sst linked a pull request Sep 8, 2024 that will close this issue
w7sst added a commit that referenced this issue Sep 9, 2024
This change allows the application to be minimized and later restored.
@w7sst w7sst closed this as completed in #349 Sep 9, 2024
@w7sst w7sst added fixed - ready for validation bug is fixed; ready for validation and removed confirmed This bug has been confirmed labels Sep 9, 2024
@w7sst w7sst assigned scotthibbs and unassigned w7sst Sep 9, 2024
@w7sst w7sst reopened this Sep 9, 2024
@w7sst
Copy link
Owner

w7sst commented Sep 9, 2024

reopen for verification. assigning to Scott. @scotthibbs
Build will be forthcoming in a few days.

@scotthibbs
Copy link
Collaborator Author

Tested and verified minimize button works in 1.85.1.

I will open another issue for a maximize button for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed - ready for validation bug is fixed; ready for validation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants