LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Order

Is there anyway in LabWindows to disable a controls tab order.

I have some Edit String Controls on my UIR that I do not want to be part of the cycle when I tab through
the controls.
0 Kudos
Message 1 of 3
(2,870 Views)
You can skip controls by using SetCtrlAttribute to dim them, or set them to be an indicator. You can also programmatically control the tab order. See the additional discussion and my TabOrder example at the bottom of the discussion here.
0 Kudos
Message 2 of 3
(2,870 Views)
The taborder example is exactly what I was looking for.
0 Kudos
Message 3 of 3
(2,870 Views)