To download NI software, including the products shown below, visit ni.com/downloads.
Overview
There are times when you would like to alert the user that there is important information or that they need to take an action on a tab that is not currently displayed. This code demonstrates how to blink a tab until the user selects the blinking tab.
Description
This code uses a functional global variable to control the current state of each tab. The FGV will contains information about which tab control to blink, which tabs are blinking, and the actual blinking. An event structure in the top level code controls the rate at which the FGV is called (250 ms by default). The event structure is also used to control which tabs the user wants to blink. This implementation is for demonstration only. Implementation in a final application will almost certainly be more sophisticated.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Block Diagram
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.