01-05-2010 12:06 PM
Solved! Go to Solution.
01-06-2010 12:12 PM
You can get the panel handle of the desired tab, and then install a panel callback for that panel. I've attached a sample program. Hope this helps.
01-06-2010 02:28 PM
Thanks for your help! I had a feeling I was missing something - adding the callback programmically was it. Your code worked great.
I guess as a general suggestion for future releases of CVI, it would be nice if panel callbacks for Tab controls could be added/created on the User Interface editor, but it is not a big deal for me.