02-28-2014 08:26 AM
I would like to change the display text/label of individual tab of a tab control while the software is running.
Can this be done? If not, is it a good idea for NI to add an "individual tab caption" attribute to the tab control, so it can be done easily?
Thanks.
Solved! Go to Solution.
02-28-2014 08:47 AM - edited 02-28-2014 08:49 AM
Yes you can programmatically change the label of a tab.
http://digital.ni.com/public.nsf/allkb/F2C3875A7DC7C7BA86256B760007D122
Problem:
I would like to programmatically change the name of the pages of a Tab Control, is there a way to do this in LabVIEW? Solution: In order to programmatically replace the names of pages in a Tab Control follow the instructions and reference the VI snippet below.
Related Links: KnowledgeBase 234G2S2L: Setting the Order of Controls When a Tab Control Is on the Front Panel KnowledgeBase 4V0DSQQL: Programmatically Setting the Active Page of a Tab Control in LabVIEW KnowledgeBase 3OI8L8IZ: Accessing The Controls In a Tab Control Programmatically |
02-28-2014 04:59 PM
Cory
Thanks for your help.
Ian