Hi.
I have a VI with a tab control with several pages, which I use as different "screens" of my VI.
Each tab page has a few controls, some of which have key navigation configured.
When I am in a particular page, the controls in that page are all enabled, and the controls for ALL other pages are ALL disabled.
The problem I am having is that when I am, for example, in page 1, and hit the keyboard key associated with a control in page 3, the tab control switches to page 3, even though the control is disabled. Since the tab control shows no tabs, and all the controls in page 3 are disabled, there is no way for the user to return to the "active" page 1.
I am surprised to find out that even though the control is disabled, that tab changes pages.
An undesirable solution for this problem is to use property nodes for each control and write to the key navigation property each time the tab changes pages. It seems like a very complicated solution, and I wanted to ask if anybody knows of a better way of solving this problem.
Thanks,
Alejandro