Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Window with WPF Graph freezes when windows account locked

It turns out the problem is a bug in WPF exposed by using a BitmapCache CacheMode in combination with child windows. A google search returns others seeing the same issue (along with solutions that may or may not work for you).

 

There are a few ways to fix this problem:

* preferred: as mentioned earlierdisabled hardware rendering on the window

* untested: create the child window on a separate UI thread

* hackish: set CacheMode=null on all visual descendants of the graph (this works as long as the number of gridlines and cursors/annotations don't change, and the number of plots stay constant if you are using vector rendering)

 

0 Kudos
Message 21 of 22
(3,314 Views)

Just wanted to let you know this issue (#407433) was fixed in the Measurement Studio 2015 release.

~ Paul H
Message 22 of 22
(2,541 Views)