I'm not sure why a tab control doesn't work for the situation you described
below, where only one control group is to appear at one time and the user
switches between control groups. For the situation your first message
described, where you want to show at least two control groups if that what
the user selects, use the property nodes to control cluster or individual
control visibility. Note that you can also position controls, including
clusters, programmatically with property nodes, which can help you deal
with the limitations of the display area.
I know you stated a desire to not use sub-vi's, but your application seems
like it would benefit from using the VI Server to dynamically call
individual test panels. Your main applicatio
n front panel could control
which test front panels are opened, and even which one is on top and where
it's positioned. When you hit DONE on the main application, it could close
any open test panels. This architecture would also provide you with some
modularity, which could be an advantage if you need to upgrade or change the
tests in the future. Just a thought.
"analog" wrote in message
news:50650000000500000083340100-1066448259000@exchange.ni.com...
> But I want only one cluster to appear at a time, I do not want all 4
> control cluster to appear at one time when I select all 4 tests, it'a
> bit to crowded, is there anyway I can have only one cluster to pop up
> at a time, and I can go back and forth to control each cluster until a
> button DONE is pushed? This is the reason I tried to use tab control,
> but that doesnt work well either.