OK this is a sort of follow-up to some issues that were brought up in a former thread.
http://forums.ni.com/t5/LabVIEW/Code-best-practice-question-LV2013/m-p/2683385#M798201
In was brought up in the thread that two event structures in the same code can cause issue with the vi and is kind of a big no - no. Well that meant I had to sit down and figure out how to fix this. So what I came up with is a better way to pragmatically control the tabs of my program which is kind of a big backbone of what my program does and came up with the solution below. I felt kind of proud of the accomplishment so I published it.
https://decibel.ni.com/content/docs/DOC-34737
So is this better? Now there is only one Event Structure and program wise it works the same as the program I am currently working on.
Feedback is cool and appreciated.
Thanks