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

Opening VM settings window for a running VM locks manager window until settings window is closed #4

Closed
daviunic opened this issue Oct 13, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@daviunic
Copy link
Contributor

Clicking the Configure option for a running VM opens the settings window for that VM, but it also locks the manager window until the settings window of the VM is closed. Does not happen if VM is stopped (and thus only the settings window opens).

Cause unknown, possibly related to SendMessage win32 API call.

@daviunic daviunic added the bug Something isn't working label Oct 13, 2018
@daviunic daviunic self-assigned this Oct 13, 2018
@daviunic
Copy link
Contributor Author

Fixed in 1.0.4 by replacing SendMessage call with PostMessage, so the Manager no longer has to wait for 86Box to process the window message.

daviunic added a commit that referenced this issue Oct 20, 2018
SendMessage Win32 API call has been replaced with PostMessage, so the Manager no longer waits for 86Box to process the message.
Paused VMs are now properly handled after being reset via CTRL+ALT+DEL or hard reset.
Fixed btnPause's width being to small to fit the "Resume" text.
notBald referenced this issue in notBald/Avalonia86 Jan 7, 2025
SendMessage Win32 API call has been replaced with PostMessage, so the Manager no longer waits for 86Box to process the message.
Paused VMs are now properly handled after being reset via CTRL+ALT+DEL or hard reset.
Fixed btnPause's width being to small to fit the "Resume" text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant