LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

tabbing order in clusters

HI!

I have several clusters on my front panel. In these clusters there are several controls. Now I want to make it possible that the VI is controllable by the keyboard only without mouse. For the set tabbing order I can only assign a number to the complete cluster but not to the controls inside the cluster and at runtime I can not get into the cluster with the keyboard. Is there any way to do this? I'm using LV 6.1.

Thanks
ANDY
0 Kudos
Message 1 of 3
(4,298 Views)
Andy,

Edit > Set Tabbing Order sets the tab order for the highest-level controls on the panel (i.e. your clusters). Tab order within a cluster is controlled by the cluster order (right click on the border of the cluster and select Reorder Controls in Cluster).

In run mode, to select elements within a cluster when the cluster has the focus, use CTRL-Down Arrow. Then you can tab within the cluster. Use CTRL-Up Arrow to give the cluster the focus again, and tab to move between clusters.

The menu names above are for LabVIEW 7.1 and may differ slightly for 6.1, but the principle should be the same.

Steven H.
Message 2 of 3
(4,290 Views)
Steven,
that is what I was looking for! Thanks
ANDY
0 Kudos
Message 3 of 3
(4,286 Views)