04-22-2012 03:03 PM
Hello, I am fairly new to labview, and have not been able to find an answer to this question. Basically I want to initially have a screen with 3 different options, where the user initially chooses an option, and from there the UI and code changes based on this answer. If it helps, the purpose of this program is to do a simple datapoint transformation, no electronics are being used. The purpose of the option is to change the transformation method. Has anyone ever done something like this or even know if it's possible?
04-23-2012 02:07 AM
Hi gkimz,
when asking for programming help you should post in the LabVIEW forum.
And yes, that has been done before. For a quick start I would use a simple tab container - no extra buttons for your "3 different options" needed...
04-23-2012 11:00 AM
This a basic example of using subpanels. You can find a demo here. Make sure you scroll down and get the latest code. The code in the original post is missing some things.