Automatically update pane after changing static var?

Hi all,

I set the value of a static var (array) in pane A and plot it in pane B. The value of the static var depends on parameters in pane A. When I change these parameters, pane B doesn't draw the new value of the static var at that moment, I have to get focus on pane B first. Can I have pane B updated automatically after change the parameters in pane A?

thanks!

Use RequestTimedRefresh in pane B.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.