LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

use tab to advance through array of clusters?

I have a control which is an array of clusters.  Is there any way to have the tab key advance through elements in the cluster, then proceed to the next array element at the end of the cluster?
0 Kudos
Message 1 of 3
(2,587 Views)
Apparently I picked the wrong set of search criteria the first time through... After a bit more searching, it looks like this question has been asked before and no one has a completely good solution.
0 Kudos
Message 2 of 3
(2,577 Views)

It's a wacky workaround but you could try using an event handler to capture the tab key and then programmatically tab through each element.  This forum post has a GREAT example posted on the second to last post that does exactly what you are looking for.

 

http://forums.ni.com/ni/board/message?board.id=170&message.id=380344&requireLogin=False 

Message 3 of 3
(2,555 Views)