01-06-2010 10:35 AM
Hello,
I have a question using the tab control in VBAI. In labview was able to navigate through the tabs using the tab key. However when used as UI for VBAI the tab control doesn’t seems to work. Attached you will see a VI I was testing. Please let me know your thoughts.
thanks
Solved! Go to Solution.
01-06-2010 11:03 AM
01-06-2010 11:14 AM
A control has to be selected first before the tabbing works apparently. Here is a slightly modified VI and an example. If nothing has the key focus, tab doesn't do anything.
Hope this helps,
Brad
01-06-2010 11:18 AM