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

UI not being redrawn when game is in fullscreen mode #279

Closed
Owyn opened this issue Dec 24, 2016 · 3 comments
Closed

UI not being redrawn when game is in fullscreen mode #279

Owyn opened this issue Dec 24, 2016 · 3 comments

Comments

@Owyn
Copy link
Contributor

Owyn commented Dec 24, 2016

so you can't show it while streaming :-(

Please take a look at possible fixes: https://www.google.ru/search?num=20&safe=off&q=WPF+window+keep+refreshing&oq=WPF+window+keep+refreshing

like InvalidateVisual method or OnRender method or .Refresh() method

@Gl0
Copy link
Collaborator

Gl0 commented Dec 24, 2016

All these things are for force update UI from background thread, not to fix stopped rendering at all. Problem is in hardware acceleration. When you switch game to fullscreen mode meter loose rendering device and stop updating UI. Workaround - use software rendering.

@Gl0 Gl0 closed this as completed in d4c8b01 Dec 24, 2016
@Owyn
Copy link
Contributor Author

Owyn commented Dec 24, 2016

omg, if this gonna work - thank you so much <3

@Gl0
Copy link
Collaborator

Gl0 commented Dec 25, 2016

At least it working in my setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants