You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I found another WindowChrome bug: When the Window is maximised the desktop rendering is flickering and slow. In our application it is much worse then with the test app - we see a delay of a couple of seconds.
It only occures on Windows 7, in the "Non-Aero" Mode. We connect to the machine via Remote Desktop and I guess there is no hardware acceleration available.
We are using .NET 4.0, but the problem occures also on .NET 4.5. The good news is: It seems with the dev branch the issue is fixed (#185)
I made a short gif to demostrate the bug:
Hope this helps. Any timeframe for a 4.0 "pre-release" nuget package?
The text was updated successfully, but these errors were encountered:
The fix worked perfectly for me, thanks!! Just an FYI: when I referenced the 4.0.0 dll in my project, I started receiving a XamlParseException: Cannot set OverridesDefaultStyle property in the default Style exception. I tracked it back to the RibbonWindow.xaml file (line 695). I removed the "OverridesDefaultStyle" setter and everything works great for me now. Just sharing in case someone else runs into the same issue. Cheers!! J.D.
I guess I found another WindowChrome bug: When the Window is maximised the desktop rendering is flickering and slow. In our application it is much worse then with the test app - we see a delay of a couple of seconds.
It only occures on Windows 7, in the "Non-Aero" Mode. We connect to the machine via Remote Desktop and I guess there is no hardware acceleration available.
We are using .NET 4.0, but the problem occures also on .NET 4.5. The good news is: It seems with the dev branch the issue is fixed (#185)
I made a short gif to demostrate the bug:
Hope this helps. Any timeframe for a 4.0 "pre-release" nuget package?
The text was updated successfully, but these errors were encountered: