LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Bug when i press key <TAB>

Solved!
Go to solution

How to reproduce this bug:


In new VI, create a Control Boolean and a Tab Control on the front panel.

On the bloc diagramme -> insert this controls in while loop.


Right click on Control boolean -> properties -> Key navigation -> Click on " skip this control when tabbing"

Right click on Tab Control -> properties -> Key Navigation -> Click on "skip this control when tabbing"


Edit -> Set tabbing order -> choice order 0 for boolean and 1 for Tab Control

Now move boolean on tab control and execute.....

When you press Key <Tab>, there is a bug.


How to fixe this probleme..?


I want to disable key tab, but i have a lot of control.... there is an solution for disabled key tab just one time?


I'm working with Labview 8.5.1 but i tried this with Labview 2010 student and there is a bug also.

 

thank you for your assistance !

 

Smiley Happy

 

(I give you an exemple, juste execute and press <TAB>)

 

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

Exemple :

0 Kudos
Message 2 of 4
(2,336 Views)
Solution
Accepted by o__o

This is an interesting bug.  I'll have a look into it and possibly file a corrective request.

 

One idea could be to filter the Tab key press before LabVIEW handles it:

 

FilterTab.png


Regards,

Peter D

0 Kudos
Message 3 of 4
(2,327 Views)

thank you for your help ! this is what I wanted Smiley Very Happy

 

0 Kudos
Message 4 of 4
(2,262 Views)