LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Events & Tab Control Navigation Buttons

In the attached example, I use a Tab Control with several pages, some of them being hidden.
To access them, I use the navigation buttons on the top right corner of the Tab.
Unfortunately, changing the pages using these navigation buttons does not trigger a "Value Change" event as it does when changing by clicking on the desired page.

This is visible in the upper control that is updated with the page name when the "Value Change" event is triggered.

How can I have the TabControl also triggering the "Value Change" event when selecting the pages with the navigation buttons ?
0 Kudos
Message 1 of 3
(2,842 Views)
That's a good one, NI should have made the control fire the value change event in that case too. You could make a timeout event and check the value there (and fire an event for it if you wanted) but that's not very elegant. Personally I would go for multiline tabs, it's not often you see a tab with a scrollbar like that so the user's would probably find it more intuitive to have multiline tabs or another level of selection.
0 Kudos
Message 2 of 3
(2,842 Views)
Mads is correct in all respects. His usability suggestion is a valid one, but we still need to fix the bug (and will). Sorry for the inconvenience.
0 Kudos
Message 3 of 3
(2,842 Views)