LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can controls be excluded from the tab order?

Is it possible to exclude some controls on a panel from the tab order?  I only want active controls to be in the tab order, not textmsg or decoration controls.
0 Kudos
Message 1 of 4
(3,390 Views)

Howdy hendra@ngms,

LabWindows/CVI currently doesn't provide the ability to skip a control while tabbing. However, for some workarounds, check out the How can I skip a control while tabbing in CVI? KnowledgeBase and this discussion forum post.

I would also recommend submitting a product suggestion on this topic to R&D as well.

Best Regards,

Message Edited by Jonathan N on 01-22-2007 03:31 PM

Jonathan N.
National Instruments
Message 2 of 4
(3,387 Views)
Nevertheless, it is to be said that indicators, textmessages, decorations and so on even if listed and numbered in the tab order panel (Ctrl+T in the UIR editor) are actually skipped when executing real application. You can test the tab order and see which control is selected and which is skipped with a tool in the UIR editor (the one with the little hand and two buttons) : pressing it the panel will be presented as if you were in your application (no callback will be executed, though...)


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 3 of 4
(3,382 Views)
Got it.  I read the article and tested it.
 
Thanks to those who replied...
0 Kudos
Message 4 of 4
(3,376 Views)