08-30-2013 12:33 PM
TestStand 2012, LabVIEW 2012, Windows 7, Full Featured UI: LabVIEW
I am modifying the Full Featured UI to suite the companies needs.
I have added a new tab (Operator) to show just the control buttons Entry Point 1 and 2, Break/Resume, and Terminate/Restart.
I placed those buttons on that tab and then modified the code for their location on the tab at startup.
I modified the code to place the Entry Point 1 and 2 buttons where I want them on the new tab, it works fine.
I used similar code to place Break/Resume and Terminate/Restart on the same new tab, but they keep getting moved to the Execution Tab at startup. Where is this happening and how do I make it stop?
Thank you in advance.
Solved! Go to Solution.
08-30-2013 01:07 PM
Thank you for looking at my problem, I actually found my own solution.
I had modified the code in such a way that it was stacking the buttons on top of each other and they were hiding.
Problem solved. I guess I'm now one step up from Newbie since I solved my own Newbie mistake?