LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab control does not generate Value Changed Event when Value property changed.

Solved!
Go to solution

Hi,

 

I use a tab control with invisible tabs to display two pages of information.  I have a button on each page to switch between tabs.  Looks great and works well.  Except there is a tab control value change event case that initialises some things on the each page.  The value change event is handled if I make the tabs visible and click on them.  It is not generated when I programatically set the value on the button click event.

 

Any ideas what is going on there?

0 Kudos
Message 1 of 3
(2,913 Views)
Solution
Accepted by topic author ashesman1

Solved.  Needed to set the Value(Sgnl) property, not the Value property...

0 Kudos
Message 2 of 3
(2,903 Views)

Without seeing your code, I can only guess.  When you set the value of the tab control, use the property node for value(signaling).

 

Oops.  Late reply

0 Kudos
Message 3 of 3
(2,900 Views)