3

I have a TabPanel and in each Tab is one XControl. This XControl has elements that aggregate data and some that only display the latest. What I would like to do is, disable all elements that do not aggregate data when the XControl is not visible. The question now is: How do I know what XControl is visible?

I could listen on the tabs on change event and write it into all xcontrols. But is there an easier way?

UI

simonides
  • 3,040
  • 3
  • 19
  • 34

1 Answers1

3

You should consider monitoring XControl state within your Fcade.vi LabVIEW calls the Facade VI with Display State Change event.

You should write the according code that makes the changes you want on the control interface. Please see attached enter image description here

Khachik Sahakyan
  • 1,982
  • 15
  • 24