08-29-2011 02:09 PM
In the attached VI (2011) I change the graph frame color using an event structure. The problem is that the frame color won't change to the correct color unless I abort the VI or move another window over the graphs. By moving a window over the graphs, only the portion of the graph that had the window over it will change to the correct color. I thought maybe it was my video card, but the behavior is the same on two different computers. I'm running Windows XP. Does this warrant a CAR?
Eric
08-29-2011 03:20 PM
I found an ugly way to make it work do you want to know?
This is an interesting problem.
08-29-2011 04:01 PM
Here is what I did. You need to use Locals here because the property node is not fast enough
08-29-2011 04:28 PM - edited 08-29-2011 04:30 PM
Confirmed here (Windows XP) - this is probably a bug.
Here's a workaround that's slightly simpler than Tim's:
Jaegen
08-29-2011 11:33 PM
Thanks! Good work around until it gets fixed.