> The user should be able to choose one of (probably four) different
> front panel layouts that appropriately displays that data. Is there
> any way to have a different set of front panel objects appear based on
> a user's selection of, say, a radio button?
>
You can either build a panel that acts as a simple UI and put most of
the program in one or more subVIs. This allows for one of the UIs to be
opened, and the others stay on disk. If the change needs to happen
interactively, then you might need to have something to copy info from
one panel to the other.
A less expandable, and probably messier diagram could let you put each
UI in a tab of a tab control. Hide the tabs, and programmaticaly update
the tab value to swap out the UI.
Greg McKaskle