LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control Bug

http://lavag.org/topic/11081-tab-control-bug/ 


 

Hi

I guess many of you have encountered this issue with the tab control.

Is this a bug or something everybody knows about and always just manage to live with it.

The problem is that the Tab Control don’t always changes Tab when you programmatically changes is using a local variable, if you at the same time updates a control or indicator using the property node which is located on any of the tabs.


 

http://lavag.org/topic/11081-tab-control-bug/

 

Cheers,

Mikael

 

0 Kudos
Message 1 of 4
(2,600 Views)

in selection number to case structure you have it going to string value property node instead of string 2 value property node I think that may be your issue

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 4
(2,592 Views)
I believe the problem is that there is a race condition for write to string property and the code to change tab value.  Make a data dependency between the two section of code (such as with error clustor) or use a sequence shall make it work.
0 Kudos
Message 3 of 4
(2,585 Views)
please try the attached.
0 Kudos
Message 4 of 4
(2,584 Views)