LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mit Tabulatortaste durch das Ausgeführte Programm springen.

Hallo,
 
kann mir vielleicht jemand sagen, wie ich bei einem LabView Programm die Tabulatortaste Aktivieren kann, so daß ich bei einem Ausgeführten LabView Programm zwischen den Bedienfeldern hin und her Springen kann.
 
Gruß
0 Kudos
Message 1 of 4
(2,917 Views)


@LabViewUser wrote:
Hallo,
 
kann mir vielleicht jemand sagen, wie ich bei einem LabView Programm die Tabulatortaste Aktivieren kann, so daß ich bei einem Ausgeführten LabView Programm zwischen den Bedienfeldern hin und her Springen kann.
 
Gruß


This is activated by default (but only in run mode, since in edit mode the tab key has another function of toggling between the tools if you can't handle the automatic tool selection such as I). And you can set the actual tabbing order from the menu Edit->Set Tabbing Order....  Indicators are automatically excluded from the tabbing as are hidden controls since it doesn't make much sense allowing them to be selected for editing and if there are particular controls you would also want to be skipped you can do that through the context pop-up menu of that control through Advanced->Key Navigation.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 4
(2,912 Views)
Thank you for this information.
 
0 Kudos
Message 3 of 4
(2,908 Views)
If you want to check the navigation without executing the VI, you can switch it to run mode by pressing Ctrl+M. The navigation will be exactly the same as when the VI will run. Press Ctrl+M again to return to the edit mode.
0 Kudos
Message 4 of 4
(2,900 Views)